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