pub struct GetStatusInput {
pub api_version: Option<String>,
pub job_id: String,
}Expand description
Input structure for the GetStatus operation.
Fields§
§api_version: Option<String>§job_id: StringTrait Implementations§
Source§impl Clone for GetStatusInput
impl Clone for GetStatusInput
Source§fn clone(&self) -> GetStatusInput
fn clone(&self) -> GetStatusInput
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 moreSource§impl Debug for GetStatusInput
impl Debug for GetStatusInput
Source§impl Default for GetStatusInput
impl Default for GetStatusInput
Source§fn default() -> GetStatusInput
fn default() -> GetStatusInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetStatusInput
impl PartialEq for GetStatusInput
impl StructuralPartialEq for GetStatusInput
Auto Trait Implementations§
impl Freeze for GetStatusInput
impl RefUnwindSafe for GetStatusInput
impl Send for GetStatusInput
impl Sync for GetStatusInput
impl Unpin for GetStatusInput
impl UnwindSafe for GetStatusInput
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