Struct rls_data::Relation [] [src]

pub struct Relation {
    pub span: SpanData,
    pub kind: RelationKind,
    pub from: Id,
    pub to: Id,
}

Fields

Trait Implementations

impl Debug for Relation
[src]

[src]

Formats the value using the given formatter.

impl Clone for Relation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Decodable for Relation
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for Relation
[src]

[src]

Serialize a value using an Encoder.