pub struct SecondOf { /* private fields */ }
Expand description
Takes two values and returns the second.
λa.λb.b
Trait Implementations§
Source§impl Ord for SecondOf
impl Ord for SecondOf
Source§impl PartialOrd for SecondOf
impl PartialOrd for SecondOf
impl Copy for SecondOf
impl Eq for SecondOf
impl StructuralPartialEq for SecondOf
Auto Trait Implementations§
impl Freeze for SecondOf
impl RefUnwindSafe for SecondOf
impl Send for SecondOf
impl Sync for SecondOf
impl Unpin for SecondOf
impl UnwindSafe for SecondOf
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