Struct rustc_resolve::UsePlacementFinder [−][src]
pub(crate) struct UsePlacementFinder {
target_module: NodeId,
span: Option<Span>,
found_use: bool,
}
Fields
target_module: NodeId
span: Option<Span>
found_use: bool
Implementations
Trait Implementations
fn visit_enum_def(
&mut self,
enum_definition: &'ast EnumDef,
generics: &'ast Generics,
item_id: NodeId,
Span
)
Auto Trait Implementations
impl RefUnwindSafe for UsePlacementFinder
impl !Send for UsePlacementFinder
impl !Sync for UsePlacementFinder
impl Unpin for UsePlacementFinder
impl UnwindSafe for UsePlacementFinder
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: 20 bytes