pub struct RoundExpr<E: Expression> { /* private fields */ }Expand description
round(x, precision) - round to precision
Trait Implementations§
Source§impl<E: Expression> Expression for RoundExpr<E>
impl<E: Expression> Expression for RoundExpr<E>
Auto Trait Implementations§
impl<E> Freeze for RoundExpr<E>where
E: Freeze,
impl<E> RefUnwindSafe for RoundExpr<E>where
E: RefUnwindSafe,
impl<E> Send for RoundExpr<E>where
E: Send,
impl<E> Sync for RoundExpr<E>where
E: Sync,
impl<E> Unpin for RoundExpr<E>where
E: Unpin,
impl<E> UnwindSafe for RoundExpr<E>where
E: 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