pub struct SpanEventQuery {
pub session_id: Option<String>,
pub trace_id: Option<String>,
pub limit: Option<usize>,
}Fields§
§session_id: Option<String>§trace_id: Option<String>§limit: Option<usize>Trait Implementations§
Source§impl Clone for SpanEventQuery
impl Clone for SpanEventQuery
Source§fn clone(&self) -> SpanEventQuery
fn clone(&self) -> SpanEventQuery
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 Debug for SpanEventQuery
impl Debug for SpanEventQuery
Source§impl Default for SpanEventQuery
impl Default for SpanEventQuery
Source§fn default() -> SpanEventQuery
fn default() -> SpanEventQuery
Returns the “default value” for a type. Read more
impl Eq for SpanEventQuery
Source§impl PartialEq for SpanEventQuery
impl PartialEq for SpanEventQuery
Source§fn eq(&self, other: &SpanEventQuery) -> bool
fn eq(&self, other: &SpanEventQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SpanEventQuery
Auto Trait Implementations§
impl Freeze for SpanEventQuery
impl RefUnwindSafe for SpanEventQuery
impl Send for SpanEventQuery
impl Sync for SpanEventQuery
impl Unpin for SpanEventQuery
impl UnsafeUnpin for SpanEventQuery
impl UnwindSafe for SpanEventQuery
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