Struct SCHEMAUSE
#[repr(transparent)]pub struct SCHEMAUSE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for SCHEMAUSE
impl Eq for SCHEMAUSE
impl StructuralPartialEq for SCHEMAUSE
Auto Trait Implementations§
impl Freeze for SCHEMAUSE
impl RefUnwindSafe for SCHEMAUSE
impl Send for SCHEMAUSE
impl Sync for SCHEMAUSE
impl Unpin for SCHEMAUSE
impl UnwindSafe for SCHEMAUSE
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