#[repr(u32)]pub enum d_type_t {
T_BYTES = 0,
T_STRING = 1,
T_ARRAY = 2,
T_OBJECT = 3,
T_BOOLEAN = 4,
T_INTEGER = 5,
T_NULL = 6,
}Variants§
Trait Implementations§
impl Copy for d_type_t
impl Eq for d_type_t
impl StructuralPartialEq for d_type_t
Auto Trait Implementations§
impl Freeze for d_type_t
impl RefUnwindSafe for d_type_t
impl Send for d_type_t
impl Sync for d_type_t
impl Unpin for d_type_t
impl UnwindSafe for d_type_t
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