pub struct AggregateFunction { /* private fields */ }
Implementations§
Source§impl AggregateFunction
impl AggregateFunction
Trait Implementations§
Source§impl Clone for AggregateFunction
impl Clone for AggregateFunction
Source§fn clone(&self) -> AggregateFunction
fn clone(&self) -> AggregateFunction
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 AggregateFunction
impl Debug for AggregateFunction
Source§impl Default for AggregateFunction
impl Default for AggregateFunction
Source§impl From<AggregateFunction> for AggregateFunction
impl From<AggregateFunction> for AggregateFunction
Source§fn from(value: AggregateFunction) -> Self
fn from(value: AggregateFunction) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AggregateFunction> for AggregateFunction
impl TryFrom<AggregateFunction> for AggregateFunction
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AggregateFunction) -> Result<Self, ConversionError>
fn try_from(value: AggregateFunction) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AggregateFunction
impl RefUnwindSafe for AggregateFunction
impl Send for AggregateFunction
impl Sync for AggregateFunction
impl Unpin for AggregateFunction
impl UnwindSafe for AggregateFunction
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