pub struct SumModM(/* private fields */);
Expand description
mod m
上の加法
Implementations§
Trait Implementations§
impl Associative for SumModM
impl Commutative for SumModM
impl Copy for SumModM
impl Eq for SumModM
impl Set for SumModM
Auto Trait Implementations§
impl Freeze for SumModM
impl RefUnwindSafe for SumModM
impl Send for SumModM
impl Sync for SumModM
impl Unpin for SumModM
impl UnwindSafe for SumModM
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