Enum regex_syntax::ast::AssertionKind
[−]
[src]
pub enum AssertionKind { StartLine, EndLine, StartText, EndText, WordBoundary, NotWordBoundary, }
An assertion kind.
Variants
StartLine
^
EndLine
$
StartText
\A
EndText
\z
WordBoundary
\b
NotWordBoundary
\B
Trait Implementations
impl Clone for AssertionKind
[src]
impl Clone for AssertionKind
fn clone(&self) -> AssertionKind
[src]
fn clone(&self) -> AssertionKind
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 Debug for AssertionKind
[src]
impl Debug for AssertionKind
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for AssertionKind
[src]
impl Eq for AssertionKind
impl PartialEq for AssertionKind
[src]
impl PartialEq for AssertionKind
Auto Trait Implementations
impl Send for AssertionKind
impl Send for AssertionKind
impl Sync for AssertionKind
impl Sync for AssertionKind