pub struct GetServiceJobsResponse {
pub payload: Option<Box<JobListing>>,
pub errors: Option<Vec<Error>>,
}Expand description
GetServiceJobsResponse : Response schema for the getServiceJobs operation.
Fields
payload: Option<Box<JobListing>>errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl GetServiceJobsResponse
impl GetServiceJobsResponse
sourcepub fn new() -> GetServiceJobsResponse
pub fn new() -> GetServiceJobsResponse
Response schema for the getServiceJobs operation.
Trait Implementations
sourceimpl Clone for GetServiceJobsResponse
impl Clone for GetServiceJobsResponse
sourcefn clone(&self) -> GetServiceJobsResponse
fn clone(&self) -> GetServiceJobsResponse
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 Debug for GetServiceJobsResponse
impl Debug for GetServiceJobsResponse
sourceimpl Default for GetServiceJobsResponse
impl Default for GetServiceJobsResponse
sourcefn default() -> GetServiceJobsResponse
fn default() -> GetServiceJobsResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetServiceJobsResponse
impl<'de> Deserialize<'de> for GetServiceJobsResponse
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<GetServiceJobsResponse> for GetServiceJobsResponse
impl PartialEq<GetServiceJobsResponse> for GetServiceJobsResponse
sourcefn eq(&self, other: &GetServiceJobsResponse) -> bool
fn eq(&self, other: &GetServiceJobsResponse) -> bool
sourceimpl Serialize for GetServiceJobsResponse
impl Serialize for GetServiceJobsResponse
impl StructuralPartialEq for GetServiceJobsResponse
Auto Trait Implementations
impl RefUnwindSafe for GetServiceJobsResponse
impl Send for GetServiceJobsResponse
impl Sync for GetServiceJobsResponse
impl Unpin for GetServiceJobsResponse
impl UnwindSafe for GetServiceJobsResponse
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