Struct shiplift::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: Stringaction: Stringactor: Actorstatus: Option<String>id: Option<String>from: Option<String>time: DateTime<Utc>time_nano: DateTime<Utc>Trait Implementations
impl<'de> Deserialize<'de> for Event[src]
impl<'de> Deserialize<'de> for Event[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for Event
impl Send for Event
impl Sync for Event
impl Unpin for Event
impl UnwindSafe for Event
Blanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,