pub struct Ino(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Ord for Ino
impl Ord for Ino
Source§impl PartialOrd for Ino
impl PartialOrd for Ino
impl Copy for Ino
impl Eq for Ino
impl StructuralPartialEq for Ino
Auto Trait Implementations§
impl Freeze for Ino
impl RefUnwindSafe for Ino
impl Send for Ino
impl Sync for Ino
impl Unpin for Ino
impl UnwindSafe for Ino
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