Struct leetcode_tui_rs::migrations::sea_orm::sea_query::func::FunctionCall
pub struct FunctionCall { /* private fields */ }
Expand description
Function call.
Implementations§
§impl FunctionCall
impl FunctionCall
pub fn arg<T>(self, arg: T) -> FunctionCallwhere T: Into<SimpleExpr>,
pub fn args<I>(self, args: I) -> FunctionCallwhere I: IntoIterator<Item = SimpleExpr>,
Trait Implementations§
§impl Clone for FunctionCall
impl Clone for FunctionCall
§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 more§impl Debug for FunctionCall
impl Debug for FunctionCall
§impl From<FunctionCall> for SimpleExpr
impl From<FunctionCall> for SimpleExpr
§fn from(func: FunctionCall) -> SimpleExpr
fn from(func: FunctionCall) -> SimpleExpr
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for FunctionCall
impl Send for FunctionCall
impl Sync for FunctionCall
impl Unpin for FunctionCall
impl !UnwindSafe for FunctionCall
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