pub struct Tuple2Witness;Expand description
Tuple2Witness acts as a witness for the (A, B) type constructor.
Trait Implementations§
Source§impl Bifunctor<Tuple2Witness> for Tuple2Witness
impl Bifunctor<Tuple2Witness> for Tuple2Witness
Source§impl HKT2Unbound for Tuple2Witness
impl HKT2Unbound for Tuple2Witness
Auto Trait Implementations§
impl Freeze for Tuple2Witness
impl RefUnwindSafe for Tuple2Witness
impl Send for Tuple2Witness
impl Sync for Tuple2Witness
impl Unpin for Tuple2Witness
impl UnwindSafe for Tuple2Witness
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