pub struct AfterWhen<E, DomainErr> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<E, DomainErr> Freeze for AfterWhen<E, DomainErr>where
DomainErr: Freeze,
impl<E, DomainErr> RefUnwindSafe for AfterWhen<E, DomainErr>where
DomainErr: RefUnwindSafe,
E: RefUnwindSafe,
impl<E, DomainErr> Send for AfterWhen<E, DomainErr>
impl<E, DomainErr> Sync for AfterWhen<E, DomainErr>
impl<E, DomainErr> Unpin for AfterWhen<E, DomainErr>
impl<E, DomainErr> UnwindSafe for AfterWhen<E, DomainErr>where
DomainErr: UnwindSafe,
E: UnwindSafe,
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