Struct sylvia_iot_data::models::coremgr_opdata::CoremgrOpData
source · pub struct CoremgrOpData {Show 13 fields
pub data_id: String,
pub req_time: DateTime<Utc>,
pub res_time: DateTime<Utc>,
pub latency_ms: i64,
pub status: i32,
pub source_ip: String,
pub method: String,
pub path: String,
pub body: Option<Map<String, Value>>,
pub user_id: String,
pub client_id: String,
pub err_code: Option<String>,
pub err_message: Option<String>,
}
Expand description
The item content.
Fields§
§data_id: String
§req_time: DateTime<Utc>
§res_time: DateTime<Utc>
§latency_ms: i64
§status: i32
§source_ip: String
§method: String
§path: String
§body: Option<Map<String, Value>>
§user_id: String
§client_id: String
§err_code: Option<String>
§err_message: Option<String>
Trait Implementations§
source§impl Debug for CoremgrOpData
impl Debug for CoremgrOpData
source§impl PartialEq<CoremgrOpData> for CoremgrOpData
impl PartialEq<CoremgrOpData> for CoremgrOpData
source§fn eq(&self, other: &CoremgrOpData) -> bool
fn eq(&self, other: &CoremgrOpData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.