Enum rustc_ap_rustc_ast::ast::ModKind [−][src]
Expand description
Module item kind.
Variants
Module with inlined definition mod foo { ... }
,
or with definition outlined to a separate file mod foo;
and already loaded from it.
The inner span is from the first token past {
to the last token until }
,
or from the first to the last token in the loaded file.
Module with definition outlined to a separate file mod foo;
but not yet loaded from it.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ModKind
impl !UnwindSafe for ModKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V