pub struct AggregateFunctionCallFlags(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AggregateFunctionCallFlags
impl Clone for AggregateFunctionCallFlags
Source§fn clone(&self) -> AggregateFunctionCallFlags
fn clone(&self) -> AggregateFunctionCallFlags
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 AggregateFunctionCallFlags
impl Debug for AggregateFunctionCallFlags
Source§impl Default for AggregateFunctionCallFlags
impl Default for AggregateFunctionCallFlags
Source§fn default() -> AggregateFunctionCallFlags
fn default() -> AggregateFunctionCallFlags
Returns the “default value” for a type. Read more
impl Copy for AggregateFunctionCallFlags
impl Eq for AggregateFunctionCallFlags
impl StructuralPartialEq for AggregateFunctionCallFlags
Auto Trait Implementations§
impl Freeze for AggregateFunctionCallFlags
impl RefUnwindSafe for AggregateFunctionCallFlags
impl Send for AggregateFunctionCallFlags
impl Sync for AggregateFunctionCallFlags
impl Unpin for AggregateFunctionCallFlags
impl UnsafeUnpin for AggregateFunctionCallFlags
impl UnwindSafe for AggregateFunctionCallFlags
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