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