Enum stringzilla::MatcherType 
source · pub enum MatcherType<'a> {
    Find(&'a [u8]),
    RFind(&'a [u8]),
    FindFirstOf(&'a [u8]),
    FindLastOf(&'a [u8]),
    FindFirstNotOf(&'a [u8]),
    FindLastNotOf(&'a [u8]),
}Variants§
Find(&'a [u8])
RFind(&'a [u8])
FindFirstOf(&'a [u8])
FindLastOf(&'a [u8])
FindFirstNotOf(&'a [u8])
FindLastNotOf(&'a [u8])
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MatcherType<'a>
impl<'a> RefUnwindSafe for MatcherType<'a>
impl<'a> Send for MatcherType<'a>
impl<'a> Sync for MatcherType<'a>
impl<'a> Unpin for MatcherType<'a>
impl<'a> UnwindSafe for MatcherType<'a>
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