pub struct BoxPredicate<Item: ?Sized>(_);
Expand description

Predicate that wraps another Predicate as a trait object, allowing sized storage of predicate types.

Implementations§

Creates a new BoxPredicate, a wrapper around a dynamically-dispatched Predicate type with useful trait impls.

Trait Implementations§

Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
Execute this Predicate against variable, returning the resulting boolean.
Find a case that proves this predicate as expected when run against variable.
Parameters of the current Predicate.
Nested Predicates of the current Predicate.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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
Name a predicate expression. Read more
Converts the given value to a String. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.