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 !Send for AllGuard
impl !Sync for AllGuard
impl Unpin for AllGuard
impl !UnwindSafe for AllGuard
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more