Enum sqlparser::ast::FunctionArg
source · pub enum FunctionArg {
Named {
name: Ident,
arg: FunctionArgExpr,
},
Unnamed(FunctionArgExpr),
}Variants§
Trait Implementations§
source§impl Clone for FunctionArg
impl Clone for FunctionArg
source§fn clone(&self) -> FunctionArg
fn clone(&self) -> FunctionArg
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 more