pub enum ModType {
NotSpecial,
PseudoMersenne,
MontgomeryFriendly,
GeneralisedMersenne,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModType
impl RefUnwindSafe for ModType
impl Send for ModType
impl Sync for ModType
impl Unpin for ModType
impl UnwindSafe for ModType
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