pub struct ModIntBuilder { /* private fields */ }Expand description
ModIntを生成するための構造体。
Implementations§
Trait Implementations§
Source§impl Clone for ModIntBuilder
impl Clone for ModIntBuilder
Source§fn clone(&self) -> ModIntBuilder
fn clone(&self) -> ModIntBuilder
Returns a duplicate 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 Debug for ModIntBuilder
impl Debug for ModIntBuilder
Source§impl PartialEq for ModIntBuilder
impl PartialEq for ModIntBuilder
Source§impl ZZ for ModIntBuilder
impl ZZ for ModIntBuilder
impl Copy for ModIntBuilder
impl Eq for ModIntBuilder
impl StructuralPartialEq for ModIntBuilder
Auto Trait Implementations§
impl Freeze for ModIntBuilder
impl RefUnwindSafe for ModIntBuilder
impl Send for ModIntBuilder
impl Sync for ModIntBuilder
impl Unpin for ModIntBuilder
impl UnwindSafe for ModIntBuilder
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