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