Struct by::StrMatcher[][src]

pub struct StrMatcher<'a> { /* fields omitted */ }

Implementations

impl<'a> StrMatcher<'a>[src]

pub fn new(needle: &'a ByteStr) -> Self[src]

Trait Implementations

impl<'a> ForwardSearcher for StrMatcher<'a>[src]

impl<'a> FullMatcher for StrMatcher<'a>[src]

impl<'a> Matcher for StrMatcher<'a>[src]

impl<'a> PrefixMatcher for StrMatcher<'a>[src]

impl<'a> ReverseSearcher for StrMatcher<'a>[src]

impl<'a> SufixMatcher for StrMatcher<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for StrMatcher<'a>

impl<'a> Send for StrMatcher<'a>

impl<'a> Sync for StrMatcher<'a>

impl<'a> Unpin for StrMatcher<'a>

impl<'a> UnwindSafe for StrMatcher<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.