Struct amazon_sp_services::models::cancel_service_job_by_service_job_id_response::CancelServiceJobByServiceJobIdResponse
source · [−]Expand description
CancelServiceJobByServiceJobIdResponse : Response schema for the cancelServiceJobByServiceJobId operation.
Fields
errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl CancelServiceJobByServiceJobIdResponse
impl CancelServiceJobByServiceJobIdResponse
sourcepub fn new() -> CancelServiceJobByServiceJobIdResponse
pub fn new() -> CancelServiceJobByServiceJobIdResponse
Response schema for the cancelServiceJobByServiceJobId operation.
Trait Implementations
sourceimpl Clone for CancelServiceJobByServiceJobIdResponse
impl Clone for CancelServiceJobByServiceJobIdResponse
sourcefn clone(&self) -> CancelServiceJobByServiceJobIdResponse
fn clone(&self) -> CancelServiceJobByServiceJobIdResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for CancelServiceJobByServiceJobIdResponse
impl Default for CancelServiceJobByServiceJobIdResponse
sourcefn default() -> CancelServiceJobByServiceJobIdResponse
fn default() -> CancelServiceJobByServiceJobIdResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CancelServiceJobByServiceJobIdResponse
impl<'de> Deserialize<'de> for CancelServiceJobByServiceJobIdResponse
sourcefn 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
sourceimpl PartialEq<CancelServiceJobByServiceJobIdResponse> for CancelServiceJobByServiceJobIdResponse
impl PartialEq<CancelServiceJobByServiceJobIdResponse> for CancelServiceJobByServiceJobIdResponse
sourcefn eq(&self, other: &CancelServiceJobByServiceJobIdResponse) -> bool
fn eq(&self, other: &CancelServiceJobByServiceJobIdResponse) -> bool
impl StructuralPartialEq for CancelServiceJobByServiceJobIdResponse
Auto Trait Implementations
impl RefUnwindSafe for CancelServiceJobByServiceJobIdResponse
impl Send for CancelServiceJobByServiceJobIdResponse
impl Sync for CancelServiceJobByServiceJobIdResponse
impl Unpin for CancelServiceJobByServiceJobIdResponse
impl UnwindSafe for CancelServiceJobByServiceJobIdResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more