Struct rustc_ap_rustc_ast::ast::Visibility [−][src]
pub struct Visibility {
pub kind: VisibilityKind,
pub span: Span,
pub tokens: Option<LazyTokenStream>,
}Fields
kind: VisibilityKindspan: Spantokens: Option<LazyTokenStream>Trait Implementations
This is true if this AstLike might support ‘custom’ (proc-macro) inner
attributes. Attributes like #![cfg] and #![cfg_attr] are not
considered ‘custom’ attributes Read more
Auto Trait Implementations
impl !RefUnwindSafe for Visibilityimpl !Send for Visibilityimpl !Sync for Visibilityimpl Unpin for Visibilityimpl !UnwindSafe for VisibilityBlanket 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 = TShould always be Self
pub fn vzip(self) -> V