#[non_exhaustive]pub struct RevokeSubscriptionResponse { /* private fields */ }Expand description
Message for response when you revoke a subscription. Empty for now.
Implementations§
Trait Implementations§
Source§impl Clone for RevokeSubscriptionResponse
impl Clone for RevokeSubscriptionResponse
Source§fn clone(&self) -> RevokeSubscriptionResponse
fn clone(&self) -> RevokeSubscriptionResponse
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 RevokeSubscriptionResponse
impl Debug for RevokeSubscriptionResponse
Source§impl Default for RevokeSubscriptionResponse
impl Default for RevokeSubscriptionResponse
Source§fn default() -> RevokeSubscriptionResponse
fn default() -> RevokeSubscriptionResponse
Returns the “default value” for a type. Read more
Source§impl Message for RevokeSubscriptionResponse
impl Message for RevokeSubscriptionResponse
impl StructuralPartialEq for RevokeSubscriptionResponse
Auto Trait Implementations§
impl Freeze for RevokeSubscriptionResponse
impl RefUnwindSafe for RevokeSubscriptionResponse
impl Send for RevokeSubscriptionResponse
impl Sync for RevokeSubscriptionResponse
impl Unpin for RevokeSubscriptionResponse
impl UnwindSafe for RevokeSubscriptionResponse
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