Enum regex::internal::EmptyLook [−][src]
pub enum EmptyLook {
StartLine,
EndLine,
StartText,
EndText,
WordBoundary,
NotWordBoundary,
WordBoundaryAscii,
NotWordBoundaryAscii,
}The set of zero-width match instructions.
Variants
StartLineStart of line or input.
EndLineEnd of line or input.
StartTextStart of input.
EndTextEnd of input.
WordBoundaryWord character on one side and non-word character on other.
NotWordBoundaryWord character on both sides or non-word character on both sides.
WordBoundaryAsciiASCII word boundary.
NotWordBoundaryAsciiNot ASCII word boundary.
Trait Implementations
impl Clone for EmptyLook[src]
impl Clone for EmptyLookfn clone(&self) -> EmptyLook[src]
fn clone(&self) -> EmptyLookReturns 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 EmptyLook[src]
impl Copy for EmptyLookimpl Debug for EmptyLook[src]
impl Debug for EmptyLookfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for EmptyLook[src]
impl PartialEq for EmptyLookfn eq(&self, other: &EmptyLook) -> bool[src]
fn eq(&self, other: &EmptyLook) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for EmptyLook[src]
impl Eq for EmptyLookfn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)