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