pub struct ByteMatcher { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ForwardSearcher for ByteMatcher
impl ForwardSearcher for ByteMatcher
Source§impl FullMatcher for ByteMatcher
impl FullMatcher for ByteMatcher
Source§impl PrefixMatcher for ByteMatcher
impl PrefixMatcher for ByteMatcher
fn is_prefix_of(&self, haystack: &ByteStr) -> bool
Source§impl ReverseSearcher for ByteMatcher
impl ReverseSearcher for ByteMatcher
Source§impl SufixMatcher for ByteMatcher
impl SufixMatcher for ByteMatcher
fn is_sufix_of(&self, haystack: &ByteStr) -> bool
impl DoubleEndedSearcher for ByteMatcher
impl Matcher for ByteMatcher
Auto Trait Implementations§
impl Freeze for ByteMatcher
impl RefUnwindSafe for ByteMatcher
impl Send for ByteMatcher
impl Sync for ByteMatcher
impl Unpin for ByteMatcher
impl UnwindSafe for ByteMatcher
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