pub struct VarI32(pub i32);Tuple Fields§
§0: i32Trait Implementations§
impl Eq for VarI32
impl StructuralPartialEq for VarI32
Auto Trait Implementations§
impl Freeze for VarI32
impl RefUnwindSafe for VarI32
impl Send for VarI32
impl Sync for VarI32
impl Unpin for VarI32
impl UnsafeUnpin for VarI32
impl UnwindSafe for VarI32
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