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