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