pub struct AllFilter { /* private fields */ }Expand description
Compose filters with AND logic.
All inner filters must succeed for the whole filter to succeed. An empty filter chain returns true by default.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllFilter
impl !RefUnwindSafe for AllFilter
impl Send for AllFilter
impl Sync for AllFilter
impl Unpin for AllFilter
impl !UnwindSafe for AllFilter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more