Struct actix_web::pred::AllPredicate [−][src]
pub struct AllPredicate<S>(_);
Matches if all of supplied predicate matches.
Methods
impl<S> AllPredicate<S>[src]
impl<S> AllPredicate<S>pub fn and<P: Predicate<S> + 'static>(self, pred: P) -> Self[src]
pub fn and<P: Predicate<S> + 'static>(self, pred: P) -> SelfAdd new predicate to list of predicates to check
Trait Implementations
impl<S: 'static> Predicate<S> for AllPredicate<S>[src]
impl<S: 'static> Predicate<S> for AllPredicate<S>Auto Trait Implementations
impl<S> !Send for AllPredicate<S>
impl<S> !Send for AllPredicate<S>impl<S> !Sync for AllPredicate<S>
impl<S> !Sync for AllPredicate<S>