Struct predicates::BoxPredicate [−][src]
pub struct BoxPredicate<Item: ?Sized>(_);
Expand description
Predicate that wraps another Predicate as a trait object, allowing
sized storage of predicate types.
Implementations
Trait Implementations
Auto Trait Implementations
impl<Item> !RefUnwindSafe for BoxPredicate<Item>impl<Item: ?Sized> Send for BoxPredicate<Item>impl<Item: ?Sized> Sync for BoxPredicate<Item>impl<Item: ?Sized> Unpin for BoxPredicate<Item>impl<Item> !UnwindSafe for BoxPredicate<Item>Blanket Implementations
Mutably borrows from an owned value. Read more
fn and<B>(self, other: B) -> AndPredicate<Self, B, Item> where
B: Predicate<Item>,
Self: Sized,
fn and<B>(self, other: B) -> AndPredicate<Self, B, Item> where
B: Predicate<Item>,
Self: Sized, Compute the logical AND of two Predicate results, returning the result. Read more
Compute the logical OR of two Predicate results, returning the result. Read more
Compute the logical NOT of a Predicate, returning the result. Read more