Struct regex_syntax::ast::FlagsItem [−][src]
pub struct FlagsItem { pub span: Span, pub kind: FlagsItemKind, }
Expand description
A single item in a group of flags.
Fields
span: Span
The span of this item.
kind: FlagsItemKind
The kind of this item.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FlagsItem
impl UnwindSafe for FlagsItem
Blanket Implementations
Mutably borrows from an owned value. Read more