Enum rls_data::ImportKind [] [src]

pub enum ImportKind {
    ExternCrate,
    Use,
    GlobUse,
}

Variants

Trait Implementations

impl Debug for ImportKind
[src]

[src]

Formats the value using the given formatter.

impl Decodable for ImportKind
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for ImportKind
[src]

[src]

Serialize a value using an Encoder.

impl Clone for ImportKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ImportKind
[src]

impl PartialEq for ImportKind
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for ImportKind
[src]