pub struct DeleteDistinctCallElementParams {
pub dfcall_id: i64,
pub ftype_id: i64,
pub felem_id: i64,
pub exec_order: i64,
}Expand description
Parameters for deleting a distinct call element
Fields§
§dfcall_id: i64§ftype_id: i64§felem_id: i64§exec_order: i64Trait Implementations§
Source§impl Clone for DeleteDistinctCallElementParams
impl Clone for DeleteDistinctCallElementParams
Source§fn clone(&self) -> DeleteDistinctCallElementParams
fn clone(&self) -> DeleteDistinctCallElementParams
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 DeleteDistinctCallElementParams
impl RefUnwindSafe for DeleteDistinctCallElementParams
impl Send for DeleteDistinctCallElementParams
impl Sync for DeleteDistinctCallElementParams
impl Unpin for DeleteDistinctCallElementParams
impl UnsafeUnpin for DeleteDistinctCallElementParams
impl UnwindSafe for DeleteDistinctCallElementParams
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