Struct shiplift::service::JobStatus [−][src]
pub struct JobStatus {
pub job_iteration: ObjectVersion,
pub last_execution: DateTime<Utc>,
}Fields
job_iteration: ObjectVersionlast_execution: DateTime<Utc>Trait Implementations
impl<'de> Deserialize<'de> for JobStatus[src]
impl<'de> Deserialize<'de> for JobStatus[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for JobStatus
impl Send for JobStatus
impl Sync for JobStatus
impl Unpin for JobStatus
impl UnwindSafe for JobStatus
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>,