pub struct GetJobParams {
pub job_id: String,
}
Expand description
struct for passing parameters to the method [get_job
]
Fields§
§job_id: String
The requested job id
Implementations§
Source§impl GetJobParams
impl GetJobParams
Sourcepub fn builder() -> GetJobParamsBuilder
pub fn builder() -> GetJobParamsBuilder
Create an instance of GetJobParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetJobParams
impl Clone for GetJobParams
Source§fn clone(&self) -> GetJobParams
fn clone(&self) -> GetJobParams
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 moreAuto Trait Implementations§
impl Freeze for GetJobParams
impl RefUnwindSafe for GetJobParams
impl Send for GetJobParams
impl Sync for GetJobParams
impl Unpin for GetJobParams
impl UnwindSafe for GetJobParams
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