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