Enum regex_syntax::ast::AssertionKind [−][src]
pub enum AssertionKind { StartLine, EndLine, StartText, EndText, WordBoundary, NotWordBoundary, }
An assertion kind.
Variants
^
$
\A
\z
\b
\B
Trait Implementations
impl Clone for AssertionKind
[src]
impl Clone for AssertionKind
[src]fn clone(&self) -> AssertionKind
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Eq for AssertionKind
[src]
impl Eq for AssertionKind
[src]impl PartialEq<AssertionKind> for AssertionKind
[src]
impl PartialEq<AssertionKind> for AssertionKind
[src]impl StructuralEq for AssertionKind
[src]
impl StructuralEq for AssertionKind
[src]impl StructuralPartialEq for AssertionKind
[src]
impl StructuralPartialEq for AssertionKind
[src]Auto Trait Implementations
impl RefUnwindSafe for AssertionKind
impl RefUnwindSafe for AssertionKind
impl Send for AssertionKind
impl Send for AssertionKind
impl Sync for AssertionKind
impl Sync for AssertionKind
impl Unpin for AssertionKind
impl Unpin for AssertionKind
impl UnwindSafe for AssertionKind
impl UnwindSafe for AssertionKind