pub struct Numbers64(/* private fields */);Implementations§
Trait Implementations§
impl Eq for Numbers64
impl StructuralPartialEq for Numbers64
Auto Trait Implementations§
impl Freeze for Numbers64
impl RefUnwindSafe for Numbers64
impl Send for Numbers64
impl Sync for Numbers64
impl Unpin for Numbers64
impl UnwindSafe for Numbers64
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