Struct rls_data::MacroRef[][src]

pub struct MacroRef {
    pub span: SpanData,
    pub qualname: String,
    pub callee_span: SpanData,
}

Fields

Trait Implementations

impl Decodable for MacroRef
[src]

Deserialize a value using a Decoder.

impl Encodable for MacroRef
[src]

Serialize a value using an Encoder.

impl Debug for MacroRef
[src]

Formats the value using the given formatter. Read more

impl Clone for MacroRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MacroRef

impl Sync for MacroRef