pub struct Compose<F1, F2>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<F1, F2> Freeze for Compose<F1, F2>
impl<F1, F2> RefUnwindSafe for Compose<F1, F2>where
F1: RefUnwindSafe,
F2: RefUnwindSafe,
impl<F1, F2> Send for Compose<F1, F2>
impl<F1, F2> Sync for Compose<F1, F2>
impl<F1, F2> Unpin for Compose<F1, F2>
impl<F1, F2> UnwindSafe for Compose<F1, F2>where
F1: UnwindSafe,
F2: 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