pub enum DeclarationNormalizationCategory {
Show 13 variants
Concrete,
Const,
Enum,
Fn,
ForeignMod,
Macro,
MacroCall,
Mod,
Struct,
Trait,
TypeAlias,
Union,
Use,
}Variants§
Trait Implementations§
Source§impl Clone for DeclarationNormalizationCategory
impl Clone for DeclarationNormalizationCategory
Source§fn clone(&self) -> DeclarationNormalizationCategory
fn clone(&self) -> DeclarationNormalizationCategory
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 moreimpl Copy for DeclarationNormalizationCategory
Source§impl<'de> Deserialize<'de> for DeclarationNormalizationCategory
impl<'de> Deserialize<'de> for DeclarationNormalizationCategory
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DeclarationNormalizationCategory
Source§impl Ord for DeclarationNormalizationCategory
impl Ord for DeclarationNormalizationCategory
Source§fn cmp(&self, other: &DeclarationNormalizationCategory) -> Ordering
fn cmp(&self, other: &DeclarationNormalizationCategory) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for DeclarationNormalizationCategory
impl PartialOrd for DeclarationNormalizationCategory
impl StructuralPartialEq for DeclarationNormalizationCategory
Auto Trait Implementations§
impl Freeze for DeclarationNormalizationCategory
impl RefUnwindSafe for DeclarationNormalizationCategory
impl Send for DeclarationNormalizationCategory
impl Sync for DeclarationNormalizationCategory
impl Unpin for DeclarationNormalizationCategory
impl UnsafeUnpin for DeclarationNormalizationCategory
impl UnwindSafe for DeclarationNormalizationCategory
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