Struct docker_api::api::system::data::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: Stringaction: Stringactor: Actorstatus: Option<String>id: Option<String>from: Option<String>time: DateTime<Utc>This is supported on crate feature
chrono only.time_nano: DateTime<Utc>This is supported on crate feature
chrono only.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
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more