pub enum MatchType {
None,
Prefix,
Pada,
Full,
}
Expand description
Describes how a vrtta matches some input.
Variants§
None
No match.
Prefix
Matches a prefix of the input.
Pada
Matches on a pada boundary.
Full
Completely matches the input.
Trait Implementations§
Source§impl PartialOrd for MatchType
impl PartialOrd for MatchType
impl Copy for MatchType
impl Eq for MatchType
impl StructuralPartialEq for MatchType
Auto Trait Implementations§
impl Freeze for MatchType
impl RefUnwindSafe for MatchType
impl Send for MatchType
impl Sync for MatchType
impl Unpin for MatchType
impl UnwindSafe for MatchType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more