Struct regex::dfa::EmptyFlags[][src]

struct EmptyFlags {
    start: bool,
    end: bool,
    start_line: bool,
    end_line: bool,
    word_boundary: bool,
    not_word_boundary: bool,
}

A set of flags for zero-width assertions.

Fields

Trait Implementations

impl Clone for EmptyFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EmptyFlags
[src]

impl Eq for EmptyFlags
[src]

impl Debug for EmptyFlags
[src]

Formats the value using the given formatter. Read more

impl Default for EmptyFlags
[src]

Returns the "default value" for a type. Read more

impl Hash for EmptyFlags
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for EmptyFlags
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for EmptyFlags

impl Sync for EmptyFlags