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 AssertionKindfn clone(&self) -> AssertionKind[src]
fn clone(&self) -> AssertionKindReturns 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 AssertionKindfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for AssertionKind[src]
impl Eq for AssertionKindimpl PartialEq for AssertionKind[src]
impl PartialEq for AssertionKindAuto Trait Implementations
impl Send for AssertionKind
impl Send for AssertionKindimpl Sync for AssertionKind
impl Sync for AssertionKind