pub struct LessThanJoiner<Fa, Fb, T> { /* private fields */ }Expand description
A joiner that matches when left(a) < right(b).
Trait Implementations§
Source§impl<A, B, T, Fa, Fb> Joiner<A, B> for LessThanJoiner<Fa, Fb, T>
impl<A, B, T, Fa, Fb> Joiner<A, B> for LessThanJoiner<Fa, Fb, T>
Auto Trait Implementations§
impl<Fa, Fb, T> Freeze for LessThanJoiner<Fa, Fb, T>
impl<Fa, Fb, T> RefUnwindSafe for LessThanJoiner<Fa, Fb, T>where
Fa: RefUnwindSafe,
Fb: RefUnwindSafe,
impl<Fa, Fb, T> Send for LessThanJoiner<Fa, Fb, T>
impl<Fa, Fb, T> Sync for LessThanJoiner<Fa, Fb, T>
impl<Fa, Fb, T> Unpin for LessThanJoiner<Fa, Fb, T>
impl<Fa, Fb, T> UnwindSafe for LessThanJoiner<Fa, Fb, T>where
Fa: UnwindSafe,
Fb: 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