Struct QuoteRightsProfile
pub struct QuoteRightsProfile {
pub nick_name: Option<String>,
pub user_id: Option<i64>,
pub user_attribution: Option<i32>,
pub user_attribution_region: Option<String>,
pub ret_msg: Option<String>,
pub quota: QuoteRightsQuota,
pub items: Vec<QuoteRightItem>,
}Fields§
§nick_name: Option<String>§user_id: Option<i64>§user_attribution: Option<i32>§user_attribution_region: Option<String>§ret_msg: Option<String>§quota: QuoteRightsQuota§items: Vec<QuoteRightItem>Trait Implementations§
§impl Clone for QuoteRightsProfile
impl Clone for QuoteRightsProfile
§fn clone(&self) -> QuoteRightsProfile
fn clone(&self) -> QuoteRightsProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for QuoteRightsProfile
impl Debug for QuoteRightsProfile
§impl<'de> Deserialize<'de> for QuoteRightsProfile
impl<'de> Deserialize<'de> for QuoteRightsProfile
§fn deserialize<__D>(
__deserializer: __D,
) -> Result<QuoteRightsProfile, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<QuoteRightsProfile, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for QuoteRightsProfile
§impl PartialEq for QuoteRightsProfile
impl PartialEq for QuoteRightsProfile
§fn eq(&self, other: &QuoteRightsProfile) -> bool
fn eq(&self, other: &QuoteRightsProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.§impl Serialize for QuoteRightsProfile
impl Serialize for QuoteRightsProfile
§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for QuoteRightsProfile
Auto Trait Implementations§
impl Freeze for QuoteRightsProfile
impl RefUnwindSafe for QuoteRightsProfile
impl Send for QuoteRightsProfile
impl Sync for QuoteRightsProfile
impl Unpin for QuoteRightsProfile
impl UnsafeUnpin for QuoteRightsProfile
impl UnwindSafe for QuoteRightsProfile
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more