Enum rls_data::DefKind [] [src]

pub enum DefKind {
    Enum,
    Tuple,
    Struct,
    Union,
    Trait,
    Function,
    Method,
    Macro,
    Mod,
    Type,
    Local,
    Static,
    Const,
    Field,
}

Variants

Trait Implementations

impl Debug for DefKind
[src]

Formats the value using the given formatter.

impl Decodable for DefKind
[src]

Deserialize a value using a Decoder.

impl Encodable for DefKind
[src]

Serialize a value using an Encoder.

impl Clone for DefKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DefKind
[src]

impl PartialEq for DefKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DefKind
[src]