Struct amazon_sp_services::models::complete_service_job_by_service_job_id_response::CompleteServiceJobByServiceJobIdResponse
source · [−]Expand description
CompleteServiceJobByServiceJobIdResponse : Response schema for the completeServiceJobByServiceJobId operation.
Fields
errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl CompleteServiceJobByServiceJobIdResponse
impl CompleteServiceJobByServiceJobIdResponse
sourcepub fn new() -> CompleteServiceJobByServiceJobIdResponse
pub fn new() -> CompleteServiceJobByServiceJobIdResponse
Response schema for the completeServiceJobByServiceJobId operation.
Trait Implementations
sourceimpl Clone for CompleteServiceJobByServiceJobIdResponse
impl Clone for CompleteServiceJobByServiceJobIdResponse
sourcefn clone(&self) -> CompleteServiceJobByServiceJobIdResponse
fn clone(&self) -> CompleteServiceJobByServiceJobIdResponse
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 CompleteServiceJobByServiceJobIdResponse
impl Default for CompleteServiceJobByServiceJobIdResponse
sourcefn default() -> CompleteServiceJobByServiceJobIdResponse
fn default() -> CompleteServiceJobByServiceJobIdResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CompleteServiceJobByServiceJobIdResponse
impl<'de> Deserialize<'de> for CompleteServiceJobByServiceJobIdResponse
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<CompleteServiceJobByServiceJobIdResponse> for CompleteServiceJobByServiceJobIdResponse
impl PartialEq<CompleteServiceJobByServiceJobIdResponse> for CompleteServiceJobByServiceJobIdResponse
sourcefn eq(&self, other: &CompleteServiceJobByServiceJobIdResponse) -> bool
fn eq(&self, other: &CompleteServiceJobByServiceJobIdResponse) -> bool
impl StructuralPartialEq for CompleteServiceJobByServiceJobIdResponse
Auto Trait Implementations
impl RefUnwindSafe for CompleteServiceJobByServiceJobIdResponse
impl Send for CompleteServiceJobByServiceJobIdResponse
impl Sync for CompleteServiceJobByServiceJobIdResponse
impl Unpin for CompleteServiceJobByServiceJobIdResponse
impl UnwindSafe for CompleteServiceJobByServiceJobIdResponse
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