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