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