Struct rustc_typeck::check_unused::CollectExternCrateVisitor [−][src]
struct CollectExternCrateVisitor<'a> {
crates_to_lint: &'a mut Vec<ExternCrateToLint>,
}
Fields
crates_to_lint: &'a mut Vec<ExternCrateToLint>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CollectExternCrateVisitor<'a>
impl<'a> !Send for CollectExternCrateVisitor<'a>
impl<'a> !Sync for CollectExternCrateVisitor<'a>
impl<'a> Unpin for CollectExternCrateVisitor<'a>
impl<'a> !UnwindSafe for CollectExternCrateVisitor<'a>
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: 8 bytes