pub struct SessionTracesParams {
pub payload: Option<PayloadDetail>,
}Expand description
GET /v1/sessions/{id}/traces — the derived span read model.
Fields§
§payload: Option<PayloadDetail>How much of each span’s payload to carry.
Trait Implementations§
Source§impl Clone for SessionTracesParams
impl Clone for SessionTracesParams
Source§fn clone(&self) -> SessionTracesParams
fn clone(&self) -> SessionTracesParams
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 SessionTracesParams
impl ContractParams for SessionTracesParams
Source§impl Debug for SessionTracesParams
impl Debug for SessionTracesParams
Source§impl Default for SessionTracesParams
impl Default for SessionTracesParams
Source§fn default() -> SessionTracesParams
fn default() -> SessionTracesParams
Returns the “default value” for a type. Read more
impl Eq for SessionTracesParams
Source§impl PartialEq for SessionTracesParams
impl PartialEq for SessionTracesParams
impl StructuralPartialEq for SessionTracesParams
Auto Trait Implementations§
impl Freeze for SessionTracesParams
impl RefUnwindSafe for SessionTracesParams
impl Send for SessionTracesParams
impl Sync for SessionTracesParams
impl Unpin for SessionTracesParams
impl UnsafeUnpin for SessionTracesParams
impl UnwindSafe for SessionTracesParams
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.