pub struct SpanQuery {
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§
impl Eq for SpanQuery
impl StructuralPartialEq for SpanQuery
Auto Trait Implementations§
impl Freeze for SpanQuery
impl RefUnwindSafe for SpanQuery
impl Send for SpanQuery
impl Sync for SpanQuery
impl Unpin for SpanQuery
impl UnsafeUnpin for SpanQuery
impl UnwindSafe for SpanQuery
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