Struct GetPendingJobsExecutionReq
pub(super) struct GetPendingJobsExecutionReq {
pub(super) token: String,
}Fields§
§token: StringTrait Implementations§
§impl Clone for GetPendingJobsExecutionReq
impl Clone for GetPendingJobsExecutionReq
§fn clone(&self) -> GetPendingJobsExecutionReq
fn clone(&self) -> GetPendingJobsExecutionReq
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 GetPendingJobsExecutionReq
impl Debug for GetPendingJobsExecutionReq
§impl<'de> Deserialize<'de> for GetPendingJobsExecutionReq
impl<'de> Deserialize<'de> for GetPendingJobsExecutionReq
§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 GetPendingJobsExecutionReq
impl Serialize for GetPendingJobsExecutionReq
Auto Trait Implementations§
impl Freeze for GetPendingJobsExecutionReq
impl RefUnwindSafe for GetPendingJobsExecutionReq
impl Send for GetPendingJobsExecutionReq
impl Sync for GetPendingJobsExecutionReq
impl Unpin for GetPendingJobsExecutionReq
impl UnwindSafe for GetPendingJobsExecutionReq
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