pub struct Predicate<C: ?Sized = dyn Expr<Output = bool>> { /* private fields */ }Expand description
A boolean predicate with an attached Waker to notify.
Trait Implementations§
Auto Trait Implementations§
impl<C = dyn Expr<Output = bool>> !Freeze for Predicate<C>
impl<C = dyn Expr<Output = bool>> !RefUnwindSafe for Predicate<C>
impl<C> Send for Predicate<C>
impl<C = dyn Expr<Output = bool>> !Sync for Predicate<C>
impl<C> Unpin for Predicate<C>
impl<C> UnwindSafe for Predicate<C>where
C: UnwindSafe + ?Sized,
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