pub struct DeleteSubscriptionResponse {
pub subscription: Subscription,
}Expand description
Response for deleting a subscription.
Fields§
§subscription: SubscriptionTrait Implementations§
Source§impl Clone for DeleteSubscriptionResponse
impl Clone for DeleteSubscriptionResponse
Source§fn clone(&self) -> DeleteSubscriptionResponse
fn clone(&self) -> DeleteSubscriptionResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeleteSubscriptionResponse
impl Debug for DeleteSubscriptionResponse
Source§impl<'de> Deserialize<'de> for DeleteSubscriptionResponse
impl<'de> Deserialize<'de> for DeleteSubscriptionResponse
Source§fn 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
Auto Trait Implementations§
impl Freeze for DeleteSubscriptionResponse
impl RefUnwindSafe for DeleteSubscriptionResponse
impl Send for DeleteSubscriptionResponse
impl Sync for DeleteSubscriptionResponse
impl Unpin for DeleteSubscriptionResponse
impl UnwindSafe for DeleteSubscriptionResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more