pub struct Pair { /* private fields */ }
Expand description
Pair of two values.
λx.λy.λf.fxy
Trait Implementations§
Source§impl Ord for Pair
impl Ord for Pair
Source§impl PartialOrd for Pair
impl PartialOrd for Pair
impl Copy for Pair
impl Eq for Pair
impl StructuralPartialEq for Pair
Auto Trait Implementations§
impl Freeze for Pair
impl RefUnwindSafe for Pair
impl Send for Pair
impl Sync for Pair
impl Unpin for Pair
impl UnwindSafe for Pair
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