Enum ring::arithmetic::montgomery::RRR
source · pub enum RRR {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RRR
impl RefUnwindSafe for RRR
impl Send for RRR
impl Sync for RRR
impl Unpin for RRR
impl UnwindSafe for RRR
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