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 Freeze for AllGuard
impl !RefUnwindSafe for AllGuard
impl !Send for AllGuard
impl !Sync for AllGuard
impl Unpin for AllGuard
impl !UnwindSafe for AllGuard
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