Struct docserver::defs::tracedata::TraceContent
source · pub struct TraceContent {
pub when: String,
pub sid: String,
pub origin: String,
pub trigger: String,
pub id: String,
pub info: String,
pub context: String,
pub role: String,
}
Fields§
§when: String
§sid: String
§origin: String
§trigger: String
§id: String
§info: String
§context: String
§role: String
Implementations§
Trait Implementations§
source§impl Clone for TraceContent
impl Clone for TraceContent
source§fn clone(&self) -> TraceContent
fn clone(&self) -> TraceContent
Returns a copy 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 TraceContent
impl Debug for TraceContent
source§impl Default for TraceContent
impl Default for TraceContent
source§fn default() -> TraceContent
fn default() -> TraceContent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TraceContent
impl<'de> Deserialize<'de> for TraceContent
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