pub struct Apply { /* private fields */ }
Expand description
Takes a function and an input, and returns the function applied to said input.
λf.λx.fx
Trait Implementations§
Source§impl Ord for Apply
impl Ord for Apply
Source§impl PartialOrd for Apply
impl PartialOrd for Apply
impl Copy for Apply
impl Eq 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 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