Struct GetPendingJobsExecutionResp
pub(super) struct GetPendingJobsExecutionResp {
pub(super) in_progress_jobs: Vec<JobExecutionSummary>,
pub(super) queued_jobs: Vec<JobExecutionSummary>,
pub(super) timestamp: Option<DateTime<Utc>>,
pub(super) token: Option<String>,
}Fields§
§in_progress_jobs: Vec<JobExecutionSummary>§queued_jobs: Vec<JobExecutionSummary>§timestamp: Option<DateTime<Utc>>§token: Option<String>Trait Implementations§
§impl Clone for GetPendingJobsExecutionResp
impl Clone for GetPendingJobsExecutionResp
§fn clone(&self) -> GetPendingJobsExecutionResp
fn clone(&self) -> GetPendingJobsExecutionResp
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 GetPendingJobsExecutionResp
impl Debug for GetPendingJobsExecutionResp
§impl<'de> Deserialize<'de> for GetPendingJobsExecutionResp
impl<'de> Deserialize<'de> for GetPendingJobsExecutionResp
§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 GetPendingJobsExecutionResp
impl Serialize for GetPendingJobsExecutionResp
Auto Trait Implementations§
impl Freeze for GetPendingJobsExecutionResp
impl RefUnwindSafe for GetPendingJobsExecutionResp
impl Send for GetPendingJobsExecutionResp
impl Sync for GetPendingJobsExecutionResp
impl Unpin for GetPendingJobsExecutionResp
impl UnwindSafe for GetPendingJobsExecutionResp
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