pub struct PredicateWrapper<T> { /* private fields */ }
Implementations§
Source§impl<T> PredicateWrapper<T>
impl<T> PredicateWrapper<T>
Trait Implementations§
Source§impl<T> Debug for PredicateWrapper<T>where
T: Debug,
impl<T> Debug for PredicateWrapper<T>where
T: Debug,
Source§impl<E, P> RetryPredicate<ErrorWrapper<E>> for PredicateWrapper<P>where
P: RetryPredicate<E>,
impl<E, P> RetryPredicate<ErrorWrapper<E>> for PredicateWrapper<P>where
P: RetryPredicate<E>,
Auto Trait Implementations§
impl<T> Freeze for PredicateWrapper<T>where
T: Freeze,
impl<T> RefUnwindSafe for PredicateWrapper<T>where
T: RefUnwindSafe,
impl<T> Send for PredicateWrapper<T>where
T: Send,
impl<T> Sync for PredicateWrapper<T>where
T: Sync,
impl<T> Unpin for PredicateWrapper<T>where
T: Unpin,
impl<T> UnwindSafe for PredicateWrapper<T>where
T: 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