pub enum NeronReductionType {
Good,
SemiStable,
PurelyToric,
Additive,
}Expand description
Reduction type of the special fiber of a Néron model.
Variants§
Good
Good reduction: A_s is an abelian variety.
SemiStable
Semi-stable reduction: A_s^0 is a semi-abelian variety.
PurelyToric
Purely toric reduction: A_s^0 is a torus.
Additive
Additive reduction.
Trait Implementations§
Source§impl Clone for NeronReductionType
impl Clone for NeronReductionType
Source§fn clone(&self) -> NeronReductionType
fn clone(&self) -> NeronReductionType
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 NeronReductionType
impl Debug for NeronReductionType
Source§impl PartialEq for NeronReductionType
impl PartialEq for NeronReductionType
impl Eq for NeronReductionType
impl StructuralPartialEq for NeronReductionType
Auto Trait Implementations§
impl Freeze for NeronReductionType
impl RefUnwindSafe for NeronReductionType
impl Send for NeronReductionType
impl Sync for NeronReductionType
impl Unpin for NeronReductionType
impl UnsafeUnpin for NeronReductionType
impl UnwindSafe for NeronReductionType
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