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