pub struct Second { /* private fields */ }
Expand description
Gets the second element of a pair.
F ::= False
λp.pF
Trait Implementations§
Source§impl Ord for Second
impl Ord for Second
Source§impl PartialOrd for Second
impl PartialOrd for Second
impl Copy for Second
impl Eq for Second
impl StructuralPartialEq for Second
Auto Trait Implementations§
impl Freeze for Second
impl RefUnwindSafe for Second
impl Send for Second
impl Sync for Second
impl Unpin for Second
impl UnwindSafe for Second
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