Struct lambda_types::primitives::Composed
source · pub struct Composed<Fn, OtherFn> { /* private fields */ }
Expand description
The composition of two functions. See Compose
.
λx.FGx
Trait Implementations§
source§impl<Fn: Ord, OtherFn: Ord> Ord for Composed<Fn, OtherFn>
impl<Fn: Ord, OtherFn: Ord> Ord for Composed<Fn, OtherFn>
1.21.0 · 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<Fn: PartialOrd, OtherFn: PartialOrd> PartialOrd for Composed<Fn, OtherFn>
impl<Fn: PartialOrd, OtherFn: PartialOrd> PartialOrd for Composed<Fn, OtherFn>
impl<Fn: Copy, OtherFn: Copy> Copy for Composed<Fn, OtherFn>
impl<Fn: Eq, OtherFn: Eq> Eq for Composed<Fn, OtherFn>
impl<Fn, OtherFn> StructuralPartialEq for Composed<Fn, OtherFn>
Auto Trait Implementations§
impl<Fn, OtherFn> Freeze for Composed<Fn, OtherFn>
impl<Fn, OtherFn> RefUnwindSafe for Composed<Fn, OtherFn>where
Fn: RefUnwindSafe,
OtherFn: RefUnwindSafe,
impl<Fn, OtherFn> Send for Composed<Fn, OtherFn>
impl<Fn, OtherFn> Sync for Composed<Fn, OtherFn>
impl<Fn, OtherFn> Unpin for Composed<Fn, OtherFn>
impl<Fn, OtherFn> UnwindSafe for Composed<Fn, OtherFn>where
Fn: UnwindSafe,
OtherFn: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)