pub enum N {}
Expand description
Represents the prime order n of the curve’s group.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for N
impl RefUnwindSafe for N
impl Send for N
impl Sync for N
impl Unpin for N
impl UnwindSafe for N
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