pub enum LanglandsType {
LocalGLn,
GlobalGL2,
Functoriality,
Geometric,
}Expand description
Type of Langlands correspondence.
Variants§
LocalGLn
Local Langlands for GL_n (proved by Harris-Taylor and Henniart).
GlobalGL2
Global Langlands for GL_2 over ℚ (class field theory + modular forms).
Functoriality
Functoriality transfer.
Geometric
Geometric Langlands.
Trait Implementations§
Source§impl Clone for LanglandsType
impl Clone for LanglandsType
Source§fn clone(&self) -> LanglandsType
fn clone(&self) -> LanglandsType
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 LanglandsType
impl Debug for LanglandsType
Source§impl PartialEq for LanglandsType
impl PartialEq for LanglandsType
impl Eq for LanglandsType
impl StructuralPartialEq for LanglandsType
Auto Trait Implementations§
impl Freeze for LanglandsType
impl RefUnwindSafe for LanglandsType
impl Send for LanglandsType
impl Sync for LanglandsType
impl Unpin for LanglandsType
impl UnsafeUnpin for LanglandsType
impl UnwindSafe for LanglandsType
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