pub struct RationalPlaceInvariant {
pub place: Place,
pub hasse: i128,
}Expand description
A Hasse invariant at one completion of Q.
Fields§
§place: PlaceThe real or p-adic place.
hasse: i128Hasse invariant at this place: +1 or -1.
Trait Implementations§
Source§impl Clone for RationalPlaceInvariant
impl Clone for RationalPlaceInvariant
Source§fn clone(&self) -> RationalPlaceInvariant
fn clone(&self) -> RationalPlaceInvariant
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 Debug for RationalPlaceInvariant
impl Debug for RationalPlaceInvariant
impl Eq for RationalPlaceInvariant
Source§impl PartialEq for RationalPlaceInvariant
impl PartialEq for RationalPlaceInvariant
impl StructuralPartialEq for RationalPlaceInvariant
Auto Trait Implementations§
impl Freeze for RationalPlaceInvariant
impl RefUnwindSafe for RationalPlaceInvariant
impl Send for RationalPlaceInvariant
impl Sync for RationalPlaceInvariant
impl Unpin for RationalPlaceInvariant
impl UnsafeUnpin for RationalPlaceInvariant
impl UnwindSafe for RationalPlaceInvariant
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