pub struct NumI64LE { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NumI64LE
impl RefUnwindSafe for NumI64LE
impl Send for NumI64LE
impl Sync for NumI64LE
impl Unpin for NumI64LE
impl UnwindSafe for NumI64LE
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