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