pub struct SpanResponse {
pub span: SpanRecord,
pub logs: Vec<LogRecord>,
pub context: LogsContextMeta,
}Fields§
§span: SpanRecord§logs: Vec<LogRecord>§context: LogsContextMetaTrait Implementations§
Source§impl Clone for SpanResponse
impl Clone for SpanResponse
Source§fn clone(&self) -> SpanResponse
fn clone(&self) -> SpanResponse
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 moreSource§impl Debug for SpanResponse
impl Debug for SpanResponse
Source§impl<'de> Deserialize<'de> for SpanResponse
impl<'de> Deserialize<'de> for SpanResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SpanResponse
impl RefUnwindSafe for SpanResponse
impl Send for SpanResponse
impl Sync for SpanResponse
impl Unpin for SpanResponse
impl UnwindSafe for SpanResponse
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