pub enum JSType {
JS_NORMAL = 0,
JS_STRING = 1,
JS_NUMBER = 2,
}
Variants§
Trait Implementations§
Source§impl Enum for JSType
impl Enum for JSType
Source§impl EnumFull for JSType
impl EnumFull for JSType
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
impl Copy for JSType
impl Eq for JSType
impl StructuralPartialEq for JSType
Auto Trait Implementations§
impl Freeze for JSType
impl RefUnwindSafe for JSType
impl Send for JSType
impl Sync for JSType
impl Unpin for JSType
impl UnwindSafe for JSType
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