pub struct AllGuard { /* private fields */ }
Expand description
A collection of guards that match if the conjunction of their check
outcomes is true.
That is, all contained guard needs to match in order for the aggregate guard to match.
Construct an AllGuard
using All
.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for AllGuard
impl !UnwindSafe for AllGuard
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more