Struct rls_analysis::Signature
[−]
[src]
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
span: Span<ZeroIndexed>
text: String
ident_start: u32
ident_end: u32
defs: Vec<SigElement>
refs: Vec<SigElement>
Trait Implementations
impl Debug for Signature[src]
impl Clone for Signature[src]
fn clone(&self) -> Signature
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more