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.

A single flag in a group.

Methods

impl FlagsItemKind
[src]

[src]

Returns true if and only if this item is a negation operator.

Trait Implementations

impl Clone for FlagsItemKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FlagsItemKind
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for FlagsItemKind
[src]

impl PartialEq for FlagsItemKind
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for FlagsItemKind

impl Sync for FlagsItemKind