pub struct OperationFunctionCall {
pub function_name: String,
pub params: Vec<Expression>,
}
Fields§
§function_name: String
§params: Vec<Expression>
Trait Implementations§
Source§impl Clone for OperationFunctionCall
impl Clone for OperationFunctionCall
Source§fn clone(&self) -> OperationFunctionCall
fn clone(&self) -> OperationFunctionCall
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for OperationFunctionCall
impl RefUnwindSafe for OperationFunctionCall
impl Send for OperationFunctionCall
impl Sync for OperationFunctionCall
impl Unpin for OperationFunctionCall
impl UnwindSafe for OperationFunctionCall
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