Struct sqlx_models_parser::ast::Function [−][src]
pub struct Function {
pub name: ObjectName,
pub args: Vec<FunctionArg>,
pub over: Option<WindowSpec>,
pub distinct: bool,
}Expand description
A function call
Fields
name: ObjectNameargs: Vec<FunctionArg>over: Option<WindowSpec>distinct: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Function
impl UnwindSafe for Function
Blanket Implementations
Mutably borrows from an owned value. Read more