pub enum ArithmeticBase {
Column(Column),
Scalar(Literal),
}
Variants§
Trait Implementations§
Source§impl Clone for ArithmeticBase
impl Clone for ArithmeticBase
Source§fn clone(&self) -> ArithmeticBase
fn clone(&self) -> ArithmeticBase
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ArithmeticBase
impl Debug for ArithmeticBase
Source§impl<'de> Deserialize<'de> for ArithmeticBase
impl<'de> Deserialize<'de> for ArithmeticBase
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ArithmeticBase
impl Display for ArithmeticBase
Source§impl Hash for ArithmeticBase
impl Hash for ArithmeticBase
Source§impl PartialEq for ArithmeticBase
impl PartialEq for ArithmeticBase
Source§impl Serialize for ArithmeticBase
impl Serialize for ArithmeticBase
impl Eq for ArithmeticBase
impl StructuralPartialEq for ArithmeticBase
Auto Trait Implementations§
impl Freeze for ArithmeticBase
impl RefUnwindSafe for ArithmeticBase
impl Send for ArithmeticBase
impl Sync for ArithmeticBase
impl Unpin for ArithmeticBase
impl UnwindSafe for ArithmeticBase
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