pub struct TraceParams {
pub unit_id: u64,
pub max_hops: u32,
}Expand description
Parameters for Query 11: Cross-Language Trace.
Fields§
§unit_id: u64Starting unit.
max_hops: u32Maximum hops.
Trait Implementations§
Source§impl Clone for TraceParams
impl Clone for TraceParams
Source§fn clone(&self) -> TraceParams
fn clone(&self) -> TraceParams
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 TraceParams
impl RefUnwindSafe for TraceParams
impl Send for TraceParams
impl Sync for TraceParams
impl Unpin for TraceParams
impl UnsafeUnpin for TraceParams
impl UnwindSafe for TraceParams
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