Struct beetle_nonzero::NonZeroBigUint
source · pub struct NonZeroBigUint { /* private fields */ }Expand description
A BigUint that is known to be non-zero.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NonZeroBigUint
impl Send for NonZeroBigUint
impl Sync for NonZeroBigUint
impl Unpin for NonZeroBigUint
impl UnwindSafe for NonZeroBigUint
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