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 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 Debug for ModIntBuilder
impl Debug for ModIntBuilder
Source§impl FF for ModIntBuilder
impl FF for ModIntBuilder
Source§impl PartialEq for ModIntBuilder
impl PartialEq 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