pub struct FunctionFieldMilnorK1Class<S: FiniteOddField> { /* private fields */ }Expand description
A class in K^M_1(F_q(t))/2, stored by a nonzero representative. Equality
is equality modulo global squares, not literal rational-function equality.
Implementations§
Source§impl<S: FiniteOddField> FunctionFieldMilnorK1Class<S>
impl<S: FiniteOddField> FunctionFieldMilnorK1Class<S>
Sourcepub fn representative(&self) -> &RationalFunction<S>
pub fn representative(&self) -> &RationalFunction<S>
A representative of the global square class.
Sourcepub fn is_trivial(&self) -> bool
pub fn is_trivial(&self) -> bool
Whether the representative is a global square.
Trait Implementations§
Source§impl<S: Clone + FiniteOddField> Clone for FunctionFieldMilnorK1Class<S>
impl<S: Clone + FiniteOddField> Clone for FunctionFieldMilnorK1Class<S>
Source§fn clone(&self) -> FunctionFieldMilnorK1Class<S>
fn clone(&self) -> FunctionFieldMilnorK1Class<S>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<S: Debug + FiniteOddField> Debug for FunctionFieldMilnorK1Class<S>
impl<S: Debug + FiniteOddField> Debug for FunctionFieldMilnorK1Class<S>
Source§impl<S: FiniteOddField> Display for FunctionFieldMilnorK1Class<S>
impl<S: FiniteOddField> Display for FunctionFieldMilnorK1Class<S>
impl<S: FiniteOddField> Eq for FunctionFieldMilnorK1Class<S>
Auto Trait Implementations§
impl<S> Freeze for FunctionFieldMilnorK1Class<S>
impl<S> RefUnwindSafe for FunctionFieldMilnorK1Class<S>where
S: RefUnwindSafe,
impl<S> Send for FunctionFieldMilnorK1Class<S>where
S: Send,
impl<S> Sync for FunctionFieldMilnorK1Class<S>where
S: Sync,
impl<S> Unpin for FunctionFieldMilnorK1Class<S>where
S: Unpin,
impl<S> UnsafeUnpin for FunctionFieldMilnorK1Class<S>
impl<S> UnwindSafe for FunctionFieldMilnorK1Class<S>where
S: 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