Struct agg_es_test_helpers::AfterWhen
source · [−]pub struct AfterWhen<E, DomainErr> { /* private fields */ }
Implementations
Auto Trait Implementations
impl<E, DomainErr> RefUnwindSafe for AfterWhen<E, DomainErr>where
DomainErr: RefUnwindSafe,
E: RefUnwindSafe,
impl<E, DomainErr> Send for AfterWhen<E, DomainErr>where
DomainErr: Send,
E: Send,
impl<E, DomainErr> Sync for AfterWhen<E, DomainErr>where
DomainErr: Sync,
E: Sync,
impl<E, DomainErr> Unpin for AfterWhen<E, DomainErr>where
DomainErr: Unpin,
E: Unpin,
impl<E, DomainErr> UnwindSafe for AfterWhen<E, DomainErr>where
DomainErr: UnwindSafe,
E: UnwindSafe,
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