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