Struct regex_syntax::ast::FlagsItem
[−]
[src]
pub struct FlagsItem {
pub span: Span,
pub kind: FlagsItemKind,
}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
impl Clone for FlagsItem[src]
fn clone(&self) -> FlagsItem[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for FlagsItem[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more