pub struct TlsSubscriptionResponseAttributesAllOf {
pub state: Option<State>,
pub has_active_order: Option<bool>,
}
Fields§
§state: Option<State>
The current state of your subscription.
has_active_order: Option<bool>
Subscription has an active order
Implementations§
Trait Implementations§
Source§impl Clone for TlsSubscriptionResponseAttributesAllOf
impl Clone for TlsSubscriptionResponseAttributesAllOf
Source§fn clone(&self) -> TlsSubscriptionResponseAttributesAllOf
fn clone(&self) -> TlsSubscriptionResponseAttributesAllOf
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 Default for TlsSubscriptionResponseAttributesAllOf
impl Default for TlsSubscriptionResponseAttributesAllOf
Source§fn default() -> TlsSubscriptionResponseAttributesAllOf
fn default() -> TlsSubscriptionResponseAttributesAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TlsSubscriptionResponseAttributesAllOf
impl<'de> Deserialize<'de> for TlsSubscriptionResponseAttributesAllOf
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 TlsSubscriptionResponseAttributesAllOf
impl PartialEq for TlsSubscriptionResponseAttributesAllOf
Source§fn eq(&self, other: &TlsSubscriptionResponseAttributesAllOf) -> bool
fn eq(&self, other: &TlsSubscriptionResponseAttributesAllOf) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for TlsSubscriptionResponseAttributesAllOf
Auto Trait Implementations§
impl Freeze for TlsSubscriptionResponseAttributesAllOf
impl RefUnwindSafe for TlsSubscriptionResponseAttributesAllOf
impl Send for TlsSubscriptionResponseAttributesAllOf
impl Sync for TlsSubscriptionResponseAttributesAllOf
impl Unpin for TlsSubscriptionResponseAttributesAllOf
impl UnwindSafe for TlsSubscriptionResponseAttributesAllOf
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