Struct rls_data::Attribute [] [src]

pub struct Attribute {
    pub value: String,
    pub span: SpanData,
}

Fields

Trait Implementations

impl Debug for Attribute
[src]

[src]

Formats the value using the given formatter.

impl Clone for Attribute
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Decodable for Attribute
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for Attribute
[src]

[src]

Serialize a value using an Encoder.