Struct actix_web::pred::AllPredicate[][src]

pub struct AllPredicate<S>(_);
[]

Matches if all of supplied predicate matches.

Methods

impl<S> AllPredicate<S>
[src]
[]

[]

Add new predicate to list of predicates to check

Trait Implementations

impl<S: 'static> Predicate<S> for AllPredicate<S>
[src]
[+]

[]

Check if request matches predicate

Auto Trait Implementations

impl<S> !Send for AllPredicate<S>

impl<S> !Sync for AllPredicate<S>