Enum pomsky_syntax::exprs::BoundaryKind
source · pub enum BoundaryKind {
Start,
Word,
NotWord,
End,
}Variants§
Start
Start, the start of the string (or start of line in single-line mode)
Word
%, a word boundary
NotWord
!%, not a word boundary
End
End, the end of the string (or end of line in single-line mode)
Trait Implementations§
source§impl Clone for BoundaryKind
impl Clone for BoundaryKind
source§fn clone(&self) -> BoundaryKind
fn clone(&self) -> BoundaryKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more