Struct actix_web::pred::AnyPredicate [] [src]

pub struct AnyPredicate<S>(_);

Matches if any of supplied predicate matches.

Methods

impl<S> AnyPredicate<S>
[src]

[src]

Add new predicate to list of predicates to check

Trait Implementations

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

[src]

Check if request matches predicate

Auto Trait Implementations

impl<S> !Send for AnyPredicate<S>

impl<S> !Sync for AnyPredicate<S>