pub struct TraceListParams {
pub session_id: String,
}Expand description
GET /v1/traces — the trace summaries for one session.
session_id is required: the contract scopes this listing with it, and a
call without one is refused before it is sent rather than answering a
different question than the caller asked.
Fields§
§session_id: StringThe session whose traces to list.
Trait Implementations§
Source§impl Clone for TraceListParams
impl Clone for TraceListParams
Source§fn clone(&self) -> TraceListParams
fn clone(&self) -> TraceListParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ContractParams for TraceListParams
impl ContractParams for TraceListParams
Source§impl Debug for TraceListParams
impl Debug for TraceListParams
Source§impl Default for TraceListParams
impl Default for TraceListParams
Source§fn default() -> TraceListParams
fn default() -> TraceListParams
Returns the “default value” for a type. Read more
impl Eq for TraceListParams
Source§impl PartialEq for TraceListParams
impl PartialEq for TraceListParams
impl StructuralPartialEq for TraceListParams
Auto Trait Implementations§
impl Freeze for TraceListParams
impl RefUnwindSafe for TraceListParams
impl Send for TraceListParams
impl Sync for TraceListParams
impl Unpin for TraceListParams
impl UnsafeUnpin for TraceListParams
impl UnwindSafe for TraceListParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.