Struct rls_data::Ref[][src]

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

Fields

Trait Implementations

impl Decodable for Ref
[src]

Deserialize a value using a Decoder.

impl Encodable for Ref
[src]

Serialize a value using an Encoder.

impl Debug for Ref
[src]

Formats the value using the given formatter. Read more

impl Clone for Ref
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Ref

impl Sync for Ref