pub struct TupleF;Expand description
Type constructor for (A, B) as a bifunctor.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TupleF
impl RefUnwindSafe for TupleF
impl Send for TupleF
impl Sync for TupleF
impl Unpin for TupleF
impl UnsafeUnpin for TupleF
impl UnwindSafe for TupleF
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