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