Struct rls_analysis::Def [] [src]

pub struct Def {
    pub kind: DefKind,
    pub span: Span,
    pub name: String,
    pub qualname: String,
    pub distro_crate: bool,
    pub parent: Option<Id>,
    pub value: String,
    pub docs: String,
}

Fields

Trait Implementations

impl Debug for Def
[src]

[src]

Formats the value using the given formatter.

impl Clone for Def
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more