pub struct ChainFn<F, G>(F, G);Tuple Fields§
§0: F§1: GTrait Implementations§
impl<F: Copy, G: Copy> Copy for ChainFn<F, G>
Auto Trait Implementations§
impl<F, G> Freeze for ChainFn<F, G>
impl<F, G> RefUnwindSafe for ChainFn<F, G>where
    F: RefUnwindSafe,
    G: RefUnwindSafe,
impl<F, G> Send for ChainFn<F, G>
impl<F, G> Sync for ChainFn<F, G>
impl<F, G> Unpin for ChainFn<F, G>
impl<F, G> UnwindSafe for ChainFn<F, G>where
    F: UnwindSafe,
    G: 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