pub struct Quotient {
pub a: Arc<Expression<ScalarExpr>>,
pub b: Arc<Expression<ScalarExpr>>,
}Expand description
a / b.
Fields§
§a: Arc<Expression<ScalarExpr>>§b: Arc<Expression<ScalarExpr>>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Quotient
impl Send for Quotient
impl Sync for Quotient
impl Unpin for Quotient
impl UnwindSafe for Quotient
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