Struct rls_analysis::Signature []

pub struct Signature {
    pub span: Span<ZeroIndexed>,
    pub text: String,
    pub ident_start: u32,
    pub ident_end: u32,
    pub defs: Vec<SigElement>,
    pub refs: Vec<SigElement>,
}

Fields

Trait Implementations

impl Debug for Signature
[src]

Formats the value using the given formatter.

impl Clone for Signature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more