pub struct SetUnit {
pub value: Arc<Expression<ScalarExpr>>,
pub unit: ComplexUnit,
}Expand description
Changes the scalar’s unit.
Fields§
§value: Arc<Expression<ScalarExpr>>§unit: ComplexUnitTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SetUnit
impl Send for SetUnit
impl Sync for SetUnit
impl Unpin for SetUnit
impl UnwindSafe for SetUnit
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