pub struct CombinedParameterizedAgg {
pub this: Box<Expression>,
pub expressions: Vec<Expression>,
pub params: Vec<Expression>,
}Expand description
CombinedParameterizedAgg
Fields§
§this: Box<Expression>§expressions: Vec<Expression>§params: Vec<Expression>Trait Implementations§
Source§impl Clone for CombinedParameterizedAgg
impl Clone for CombinedParameterizedAgg
Source§fn clone(&self) -> CombinedParameterizedAgg
fn clone(&self) -> CombinedParameterizedAgg
Returns a duplicate 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 CombinedParameterizedAgg
impl Debug for CombinedParameterizedAgg
Source§impl<'de> Deserialize<'de> for CombinedParameterizedAgg
impl<'de> Deserialize<'de> for CombinedParameterizedAgg
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 PartialEq for CombinedParameterizedAgg
impl PartialEq for CombinedParameterizedAgg
Source§impl Serialize for CombinedParameterizedAgg
impl Serialize for CombinedParameterizedAgg
impl StructuralPartialEq for CombinedParameterizedAgg
Auto Trait Implementations§
impl Freeze for CombinedParameterizedAgg
impl RefUnwindSafe for CombinedParameterizedAgg
impl Send for CombinedParameterizedAgg
impl Sync for CombinedParameterizedAgg
impl Unpin for CombinedParameterizedAgg
impl UnwindSafe for CombinedParameterizedAgg
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