#[repr(C)]pub enum CodeTag {
Number = 0,
Str = 1,
Bool = 2,
Null = 3,
Array = 4,
Object = 5,
}Variants§
Trait Implementations§
impl Copy for CodeTag
impl Eq for CodeTag
impl StructuralPartialEq for CodeTag
Auto Trait Implementations§
impl Freeze for CodeTag
impl RefUnwindSafe for CodeTag
impl Send for CodeTag
impl Sync for CodeTag
impl Unpin for CodeTag
impl UnsafeUnpin for CodeTag
impl UnwindSafe for CodeTag
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