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