pub struct Apply { /* private fields */ }Expand description
Takes a function and an input, and returns the function applied to said input.
λf.λx.fxTrait Implementations§
impl Copy for Apply
impl Eq for Apply
Source§impl Ord for Apply
impl Ord for Apply
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Apply
impl PartialOrd for Apply
impl StructuralPartialEq for Apply
Auto Trait Implementations§
impl Freeze for Apply
impl RefUnwindSafe for Apply
impl Send for Apply
impl Sync for Apply
impl Unpin for Apply
impl UnsafeUnpin for Apply
impl UnwindSafe for Apply
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