[][src]Enum libslide::linter::expr_pat::similar_names::NameKind

enum NameKind {
    Var,
    Const,
    Any,
}

Variants

Var
Const
Any

Trait Implementations

impl Debug for NameKind[src]

impl Display for NameKind[src]

impl Eq for NameKind[src]

impl Ord for NameKind[src]

impl PartialEq<NameKind> for NameKind[src]

impl PartialOrd<NameKind> for NameKind[src]

impl StructuralEq for NameKind[src]

impl StructuralPartialEq for NameKind[src]

Auto Trait Implementations

impl RefUnwindSafe for NameKind

impl Send for NameKind

impl Sync for NameKind

impl Unpin for NameKind

impl UnwindSafe for NameKind

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.