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