pub struct MinFunction { /* private fields */ }Expand description
The MIN function.
Implementations§
Trait Implementations§
Source§impl Callable for MinFunction
impl Callable for MinFunction
Auto Trait Implementations§
impl Freeze for MinFunction
impl RefUnwindSafe for MinFunction
impl !Send for MinFunction
impl !Sync for MinFunction
impl Unpin for MinFunction
impl UnsafeUnpin for MinFunction
impl UnwindSafe for MinFunction
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