Struct rls_data::Analysis
[−]
[src]
#[repr(C)]pub struct Analysis { pub kind: Format, pub prelude: Option<CratePreludeData>, pub imports: Vec<Import>, pub defs: Vec<Def>, pub refs: Vec<Ref>, pub macro_refs: Vec<MacroRef>, pub relations: Vec<Relation>, }
Fields
kind: Format
prelude: Option<CratePreludeData>
imports: Vec<Import>
defs: Vec<Def>
refs: Vec<Ref>
macro_refs: Vec<MacroRef>
relations: Vec<Relation>
Methods
impl Analysis[src]
Trait Implementations
impl Debug for Analysis[src]
impl Clone for Analysis[src]
fn clone(&self) -> Analysis
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
impl Decodable for Analysis[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Analysis, __D::Error>
Deserialize a value using a Decoder.