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