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