Enum rls_data::ImplKind [] [src]

pub enum ImplKind {
    Inherent,
    Direct,
    Indirect,
    Blanket,
    Deref(StringId),
}

Variants

Trait Implementations

impl Debug for ImplKind
[src]

[src]

Formats the value using the given formatter.

impl Decodable for ImplKind
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for ImplKind
[src]

[src]

Serialize a value using an Encoder.

impl Clone for ImplKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ImplKind
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for ImplKind
[src]