pub enum LangEnumItem {
Ordering,
}Expand description
Lang-item name applied to an enum declaration.
Variants§
Ordering
Ordering — return type of Ord::cmp; variants drive ordering
operator desugaring.
Implementations§
Trait Implementations§
Source§impl Clone for LangEnumItem
impl Clone for LangEnumItem
Source§fn clone(&self) -> LangEnumItem
fn clone(&self) -> LangEnumItem
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 LangEnumItem
impl Debug for LangEnumItem
Source§impl Hash for LangEnumItem
impl Hash for LangEnumItem
Source§impl PartialEq for LangEnumItem
impl PartialEq for LangEnumItem
impl Copy for LangEnumItem
impl Eq for LangEnumItem
impl StructuralPartialEq for LangEnumItem
Auto Trait Implementations§
impl Freeze for LangEnumItem
impl RefUnwindSafe for LangEnumItem
impl Send for LangEnumItem
impl Sync for LangEnumItem
impl Unpin for LangEnumItem
impl UnsafeUnpin for LangEnumItem
impl UnwindSafe for LangEnumItem
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