pub struct SizedStrPredicate<P: FnMut(&str) -> B, B: FallibleBool> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<P, B> Freeze for SizedStrPredicate<P, B>where
P: Freeze,
impl<P, B> RefUnwindSafe for SizedStrPredicate<P, B>where
P: RefUnwindSafe,
impl<P, B> Send for SizedStrPredicate<P, B>where
P: Send,
impl<P, B> Sync for SizedStrPredicate<P, B>where
P: Sync,
impl<P, B> Unpin for SizedStrPredicate<P, B>where
P: Unpin,
impl<P, B> UnwindSafe for SizedStrPredicate<P, B>where
P: UnwindSafe,
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