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