pub struct ExpressionCallElementParams {
pub ftype_id: i64,
pub felem_id: i64,
pub exec_order: i64,
pub felem_req: String,
}Expand description
Parameters for expression call element operations
Fields§
§ftype_id: i64§felem_id: i64§exec_order: i64§felem_req: StringImplementations§
Trait Implementations§
Source§impl Clone for ExpressionCallElementParams
impl Clone for ExpressionCallElementParams
Source§fn clone(&self) -> ExpressionCallElementParams
fn clone(&self) -> ExpressionCallElementParams
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 ExpressionCallElementParams
impl RefUnwindSafe for ExpressionCallElementParams
impl Send for ExpressionCallElementParams
impl Sync for ExpressionCallElementParams
impl Unpin for ExpressionCallElementParams
impl UnsafeUnpin for ExpressionCallElementParams
impl UnwindSafe for ExpressionCallElementParams
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