Struct sea_query::func::FunctionCall
source · pub struct FunctionCall { /* private fields */ }
Expand description
Function call.
Implementations§
source§impl FunctionCall
impl FunctionCall
pub fn arg<T>(self, arg: T) -> Selfwhere
T: Into<SimpleExpr>,
pub fn args<I>(self, args: I) -> Selfwhere
I: IntoIterator<Item = SimpleExpr>,
Trait Implementations§
source§impl Clone for FunctionCall
impl Clone for FunctionCall
source§fn clone(&self) -> FunctionCall
fn clone(&self) -> FunctionCall
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 FunctionCall
impl Debug for FunctionCall
source§impl From<FunctionCall> for SimpleExpr
impl From<FunctionCall> for SimpleExpr
source§fn from(func: FunctionCall) -> Self
fn from(func: FunctionCall) -> Self
Converts to this type from the input type.