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