pub struct Compose<F0, F1>(_, _);
Auto Trait Implementations§
impl<F0, F1> RefUnwindSafe for Compose<F0, F1>where F0: RefUnwindSafe, F1: RefUnwindSafe,
impl<F0, F1> Send for Compose<F0, F1>where F0: Send, F1: Send,
impl<F0, F1> Sync for Compose<F0, F1>where F0: Sync, F1: Sync,
impl<F0, F1> Unpin for Compose<F0, F1>where F0: Unpin, F1: Unpin,
impl<F0, F1> UnwindSafe for Compose<F0, F1>where F0: UnwindSafe, F1: 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