pub struct MaxByExprFn { /* private fields */ }Implementations§
Source§impl MaxByExprFn
impl MaxByExprFn
pub fn new() -> MaxByExprFn
Trait Implementations§
Source§impl Default for MaxByExprFn
impl Default for MaxByExprFn
Source§impl Function for MaxByExprFn
impl Function for MaxByExprFn
Auto Trait Implementations§
impl Freeze for MaxByExprFn
impl RefUnwindSafe for MaxByExprFn
impl Send for MaxByExprFn
impl Sync for MaxByExprFn
impl Unpin for MaxByExprFn
impl UnsafeUnpin for MaxByExprFn
impl UnwindSafe for MaxByExprFn
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more