Enum regex_syntax::ast::FlagsItemKind [−][src]
pub enum FlagsItemKind { Negation, Flag(Flag), }
The kind of an item in a group of flags.
Variants
A negation operator applied to all subsequent flags in the enclosing group.
Flag(Flag)
A single flag in a group.
Implementations
impl FlagsItemKind
[src]
impl FlagsItemKind
[src]pub fn is_negation(&self) -> bool
[src]
Returns true if and only if this item is a negation operator.
Trait Implementations
impl Clone for FlagsItemKind
[src]
impl Clone for FlagsItemKind
[src]fn clone(&self) -> FlagsItemKind
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Eq for FlagsItemKind
[src]
impl Eq for FlagsItemKind
[src]impl PartialEq<FlagsItemKind> for FlagsItemKind
[src]
impl PartialEq<FlagsItemKind> for FlagsItemKind
[src]fn eq(&self, other: &FlagsItemKind) -> bool
[src]
fn ne(&self, other: &FlagsItemKind) -> bool
[src]
impl StructuralEq for FlagsItemKind
[src]
impl StructuralEq for FlagsItemKind
[src]impl StructuralPartialEq for FlagsItemKind
[src]
impl StructuralPartialEq for FlagsItemKind
[src]Auto Trait Implementations
impl RefUnwindSafe for FlagsItemKind
impl RefUnwindSafe for FlagsItemKind
impl Send for FlagsItemKind
impl Send for FlagsItemKind
impl Sync for FlagsItemKind
impl Sync for FlagsItemKind
impl Unpin for FlagsItemKind
impl Unpin for FlagsItemKind
impl UnwindSafe for FlagsItemKind
impl UnwindSafe for FlagsItemKind