Enum rls_data::RelationKind [] [src]

pub enum RelationKind {
    Impl {
        id: u32,
    },
    SuperTrait,
}

Variants

Fields of Impl

Trait Implementations

impl Debug for RelationKind
[src]

[src]

Formats the value using the given formatter.

impl Decodable for RelationKind
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for RelationKind
[src]

[src]

Serialize a value using an Encoder.

impl Clone for RelationKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RelationKind
[src]

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