Enum rls_data::RefKind [] [src]

pub enum RefKind {
    Function,
    Mod,
    Type,
    Variable,
}

Variants

Trait Implementations

impl Debug for RefKind
[src]

Formats the value using the given formatter.

impl Decodable for RefKind
[src]

Deserialize a value using a Decoder.

impl Encodable for RefKind
[src]

Serialize a value using an Encoder.

impl Clone for RefKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RefKind
[src]

impl PartialEq for RefKind
[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 RefKind
[src]