Enum snowbridge_amcl::types::ModType
source · pub enum ModType {
NotSpecial,
PseudoMersenne,
MontgomeryFriendly,
GeneralisedMersenne,
}
Variants§
Trait Implementations§
source§impl PartialEq for ModType
impl PartialEq for ModType
impl StructuralPartialEq for ModType
Auto Trait Implementations§
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