Struct ring::arithmetic::bigint::One
source · pub struct One<M, E>(Elem<M, E>);
Tuple Fields§
§0: Elem<M, E>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<M, E> Freeze for One<M, E>
impl<M, E> RefUnwindSafe for One<M, E>where
E: RefUnwindSafe,
M: RefUnwindSafe,
impl<M, E> Send for One<M, E>
impl<M, E> Sync for One<M, E>
impl<M, E> Unpin for One<M, E>
impl<M, E> UnwindSafe for One<M, E>where
E: UnwindSafe,
M: UnwindSafe,
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