#[repr(i8)]pub enum RootKind {
Show 17 variants
BaseShape = 0,
JitCode = 1,
Scope = 2,
Object = 3,
Script = 4,
Shape = 5,
String = 6,
Symbol = 7,
BigInt = 8,
RegExpShared = 9,
GetterSetter = 10,
PropMap = 11,
SmallBuffer = 12,
Id = 13,
Value = 14,
Traceable = 15,
Limit = 16,
}
Variants§
BaseShape = 0
JitCode = 1
Scope = 2
Object = 3
Script = 4
Shape = 5
String = 6
Symbol = 7
BigInt = 8
GetterSetter = 10
PropMap = 11
SmallBuffer = 12
Id = 13
Value = 14
Traceable = 15
Limit = 16
Trait Implementations§
impl Copy for RootKind
impl Eq for RootKind
impl StructuralPartialEq for RootKind
Auto Trait Implementations§
impl Freeze for RootKind
impl RefUnwindSafe for RootKind
impl Send for RootKind
impl Sync for RootKind
impl Unpin for RootKind
impl UnwindSafe for RootKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more