Struct UpdateJobExecutionResp
pub(super) struct UpdateJobExecutionResp {
pub(super) execution_state: Option<JobExecutionState>,
pub(super) document: Option<Value>,
pub(super) timestamp: Option<DateTime<Utc>>,
pub(super) token: Option<String>,
}Fields§
§execution_state: Option<JobExecutionState>§document: Option<Value>§timestamp: Option<DateTime<Utc>>§token: Option<String>Trait Implementations§
§impl Clone for UpdateJobExecutionResp
impl Clone for UpdateJobExecutionResp
§fn clone(&self) -> UpdateJobExecutionResp
fn clone(&self) -> UpdateJobExecutionResp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for UpdateJobExecutionResp
impl Debug for UpdateJobExecutionResp
§impl<'de> Deserialize<'de> for UpdateJobExecutionResp
impl<'de> Deserialize<'de> for UpdateJobExecutionResp
§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
§impl Serialize for UpdateJobExecutionResp
impl Serialize for UpdateJobExecutionResp
Auto Trait Implementations§
impl Freeze for UpdateJobExecutionResp
impl RefUnwindSafe for UpdateJobExecutionResp
impl Send for UpdateJobExecutionResp
impl Sync for UpdateJobExecutionResp
impl Unpin for UpdateJobExecutionResp
impl UnwindSafe for UpdateJobExecutionResp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more