Struct rustc_save_analysis::dumper::Dumper
source · Fields§
§result: Analysis
§config: Config
Implementations§
source§impl Dumper
impl Dumper
pub fn crate_prelude(&mut self, data: CratePreludeData)
pub fn compilation_opts(&mut self, data: CompilationOptions)
pub fn _macro_use(&mut self, data: MacroRef)
pub fn import(&mut self, access: &Access, import: Import)
pub fn dump_ref(&mut self, data: Ref)
pub fn dump_def(&mut self, access: &Access, data: Def)
pub fn dump_relation(&mut self, data: Relation)
pub fn dump_impl(&mut self, data: Impl)
Auto Trait Implementations§
impl RefUnwindSafe for Dumper
impl Send for Dumper
impl Sync for Dumper
impl Unpin for Dumper
impl UnwindSafe for Dumper
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 464 bytes