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