pub struct PutLogs {
pub trace_id: Uuid,
pub scope: Scope,
pub json_lines: Vec<String>,
}
Fields§
§trace_id: Uuid
§scope: Scope
§json_lines: Vec<String>
Trait Implementations§
Source§impl Channels<TraceProtocol> for PutLogs
impl Channels<TraceProtocol> for PutLogs
Source§impl<'de> Deserialize<'de> for PutLogs
impl<'de> Deserialize<'de> for PutLogs
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
Source§impl From<PutLogs> for TraceProtocol
impl From<PutLogs> for TraceProtocol
Auto Trait Implementations§
impl Freeze for PutLogs
impl RefUnwindSafe for PutLogs
impl Send for PutLogs
impl Sync for PutLogs
impl Unpin for PutLogs
impl UnwindSafe for PutLogs
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