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
start: bool
end: bool
start_line: bool
end_line: bool
word_boundary: bool
not_word_boundary: bool
Trait Implementations
impl Clone for EmptyFlags[src]
impl Clone for EmptyFlagsfn clone(&self) -> EmptyFlags[src]
fn clone(&self) -> EmptyFlagsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for EmptyFlags[src]
impl Copy for EmptyFlagsimpl Eq for EmptyFlags[src]
impl Eq for EmptyFlagsfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Debug for EmptyFlags[src]
impl Debug for EmptyFlagsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for EmptyFlags[src]
impl Default for EmptyFlagsfn default() -> EmptyFlags[src]
fn default() -> EmptyFlagsReturns the "default value" for a type. Read more
impl Hash for EmptyFlags[src]
impl Hash for EmptyFlagsfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for EmptyFlags[src]
impl PartialEq for EmptyFlagsfn eq(&self, other: &EmptyFlags) -> bool[src]
fn eq(&self, other: &EmptyFlags) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &EmptyFlags) -> bool[src]
fn ne(&self, other: &EmptyFlags) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for EmptyFlags
impl Send for EmptyFlagsimpl Sync for EmptyFlags
impl Sync for EmptyFlags