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