pub struct DropAggregateFunctionStatement {
pub if_exists: bool,
pub func: FunctionReference,
}Fields§
§if_exists: bool§func: FunctionReferenceTrait Implementations§
Source§impl Clone for DropAggregateFunctionStatement
impl Clone for DropAggregateFunctionStatement
Source§fn clone(&self) -> DropAggregateFunctionStatement
fn clone(&self) -> DropAggregateFunctionStatement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> CustomToTokens<'a> for DropAggregateFunctionStatement
impl<'a> CustomToTokens<'a> for DropAggregateFunctionStatement
impl Eq for DropAggregateFunctionStatement
Source§impl From<DropAggregateFunctionStatement> for UserDefinedFunctionStatement
impl From<DropAggregateFunctionStatement> for UserDefinedFunctionStatement
Source§fn from(
original: DropAggregateFunctionStatement,
) -> UserDefinedFunctionStatement
fn from( original: DropAggregateFunctionStatement, ) -> UserDefinedFunctionStatement
Converts to this type from the input type.
Source§impl From<DropAggregateFunctionStatement> for Statement
impl From<DropAggregateFunctionStatement> for Statement
Source§fn from(v: DropAggregateFunctionStatement) -> Self
fn from(v: DropAggregateFunctionStatement) -> Self
Converts to this type from the input type.
Source§impl Parse for DropAggregateFunctionStatement
impl Parse for DropAggregateFunctionStatement
type Output = DropAggregateFunctionStatement
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
impl StructuralPartialEq for DropAggregateFunctionStatement
Source§impl ToTokens for DropAggregateFunctionStatement
impl ToTokens for DropAggregateFunctionStatement
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Auto Trait Implementations§
impl Freeze for DropAggregateFunctionStatement
impl RefUnwindSafe for DropAggregateFunctionStatement
impl Send for DropAggregateFunctionStatement
impl Sync for DropAggregateFunctionStatement
impl Unpin for DropAggregateFunctionStatement
impl UnsafeUnpin for DropAggregateFunctionStatement
impl UnwindSafe for DropAggregateFunctionStatement
Blanket Implementations§
impl<T> Any for Twhere
T: Any,
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