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