pub struct GetSubscriptionStateResponse {
pub subscription_state: String,
}Fields§
§subscription_state: StringThe status of the subscription.
Trait Implementations§
Source§impl Clone for GetSubscriptionStateResponse
impl Clone for GetSubscriptionStateResponse
Source§fn clone(&self) -> GetSubscriptionStateResponse
fn clone(&self) -> GetSubscriptionStateResponse
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 GetSubscriptionStateResponse
impl Debug for GetSubscriptionStateResponse
Source§impl Default for GetSubscriptionStateResponse
impl Default for GetSubscriptionStateResponse
Source§fn default() -> GetSubscriptionStateResponse
fn default() -> GetSubscriptionStateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetSubscriptionStateResponse
impl<'de> Deserialize<'de> for GetSubscriptionStateResponse
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
Source§impl PartialEq for GetSubscriptionStateResponse
impl PartialEq for GetSubscriptionStateResponse
Source§fn eq(&self, other: &GetSubscriptionStateResponse) -> bool
fn eq(&self, other: &GetSubscriptionStateResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetSubscriptionStateResponse
Auto Trait Implementations§
impl Freeze for GetSubscriptionStateResponse
impl RefUnwindSafe for GetSubscriptionStateResponse
impl Send for GetSubscriptionStateResponse
impl Sync for GetSubscriptionStateResponse
impl Unpin for GetSubscriptionStateResponse
impl UnwindSafe for GetSubscriptionStateResponse
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