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