Struct nekolib::math::modint::Mod1000000007
source · pub struct Mod1000000007;
Trait Implementations§
source§impl Clone for Mod1000000007
impl Clone for Mod1000000007
source§fn clone(&self) -> Mod1000000007
fn clone(&self) -> Mod1000000007
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<Mod1000000007> for Mod1000000007
impl PartialEq<Mod1000000007> for Mod1000000007
source§fn eq(&self, other: &Mod1000000007) -> bool
fn eq(&self, other: &Mod1000000007) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Mod1000000007
impl Eq for Mod1000000007
impl StructuralEq for Mod1000000007
impl StructuralPartialEq for Mod1000000007
Auto Trait Implementations§
impl RefUnwindSafe for Mod1000000007
impl Send for Mod1000000007
impl Sync for Mod1000000007
impl Unpin for Mod1000000007
impl UnwindSafe for Mod1000000007
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