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 EmptyFlags
fn clone(&self) -> EmptyFlags
[src]
fn clone(&self) -> EmptyFlags
Returns 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 EmptyFlags
impl Eq for EmptyFlags
[src]
impl Eq for EmptyFlags
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl Debug for EmptyFlags
[src]
impl Debug for EmptyFlags
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for EmptyFlags
[src]
impl Default for EmptyFlags
fn default() -> EmptyFlags
[src]
fn default() -> EmptyFlags
Returns the "default value" for a type. Read more
impl Hash for EmptyFlags
[src]
impl Hash for EmptyFlags
fn 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 EmptyFlags
fn eq(&self, other: &EmptyFlags) -> bool
[src]
fn eq(&self, other: &EmptyFlags) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for EmptyFlags
impl Send for EmptyFlags
impl Sync for EmptyFlags
impl Sync for EmptyFlags