Struct rls_data::Impl [] [src]

pub struct Impl {
    pub id: u32,
    pub kind: ImplKind,
    pub span: SpanData,
    pub value: String,
    pub parent: Option<Id>,
    pub children: Vec<Id>,
    pub docs: String,
    pub sig: Option<Signature>,
    pub attributes: Vec<Attribute>,
}

Fields

Trait Implementations

impl Debug for Impl
[src]

[src]

Formats the value using the given formatter.

impl Clone for Impl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Decodable for Impl
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for Impl
[src]

[src]

Serialize a value using an Encoder.