pub struct ConstModIntBuilder<P: PrimeMod>(/* private fields */);Expand description
ConstModInt<P>を生成するための構造体。
Implementations§
Trait Implementations§
Source§impl<P: Clone + PrimeMod> Clone for ConstModIntBuilder<P>
impl<P: Clone + PrimeMod> Clone for ConstModIntBuilder<P>
Source§fn clone(&self) -> ConstModIntBuilder<P>
fn clone(&self) -> ConstModIntBuilder<P>
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<P: Default + PrimeMod> Default for ConstModIntBuilder<P>
impl<P: Default + PrimeMod> Default for ConstModIntBuilder<P>
Source§fn default() -> ConstModIntBuilder<P>
fn default() -> ConstModIntBuilder<P>
Returns the “default value” for a type. Read more
Source§impl<P: PrimeMod> FF for ConstModIntBuilder<P>
impl<P: PrimeMod> FF for ConstModIntBuilder<P>
Source§impl<P: PrimeMod> ZZ for ConstModIntBuilder<P>
impl<P: PrimeMod> ZZ for ConstModIntBuilder<P>
Source§type Element = ConstModInt<P>
type Element = ConstModInt<P>
環の元の型
impl<P: Copy + PrimeMod> Copy for ConstModIntBuilder<P>
impl<P: Eq + PrimeMod> Eq for ConstModIntBuilder<P>
impl<P: PrimeMod> StructuralPartialEq for ConstModIntBuilder<P>
Auto Trait Implementations§
impl<P> Freeze for ConstModIntBuilder<P>
impl<P> RefUnwindSafe for ConstModIntBuilder<P>where
P: RefUnwindSafe,
impl<P> Send for ConstModIntBuilder<P>where
P: Send,
impl<P> Sync for ConstModIntBuilder<P>where
P: Sync,
impl<P> Unpin for ConstModIntBuilder<P>where
P: Unpin,
impl<P> UnwindSafe for ConstModIntBuilder<P>where
P: UnwindSafe,
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