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