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