Struct docker_api::docker::Event [−][src]
pub struct Event { pub typ: String, pub action: String, pub actor: Actor, pub status: Option<String>, pub id: Option<String>, pub from: Option<String>, pub time: DateTime<Utc>, pub time_nano: DateTime<Utc>, }
Fields
typ: String
action: String
actor: Actor
status: Option<String>
id: Option<String>
from: Option<String>
time: DateTime<Utc>
time_nano: DateTime<Utc>
Trait Implementations
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 RefUnwindSafe for Event
impl UnwindSafe for Event
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more