Struct rls_data::Ref [] [src]

pub struct Ref {
    pub kind: RefKind,
    pub span: SpanData,
    pub ref_id: Id,
}

Fields

Trait Implementations

impl Debug for Ref
[src]

[src]

Formats the value using the given formatter.

impl Clone for Ref
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Decodable for Ref
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for Ref
[src]

[src]

Serialize a value using an Encoder.