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§
Source§impl Clone for QuoteRightsProfile
impl Clone for QuoteRightsProfile
Source§fn clone(&self) -> QuoteRightsProfile
fn clone(&self) -> QuoteRightsProfile
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 QuoteRightsProfile
impl Debug for QuoteRightsProfile
Source§impl<'de> Deserialize<'de> for QuoteRightsProfile
impl<'de> Deserialize<'de> for QuoteRightsProfile
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 QuoteRightsProfile
impl PartialEq for QuoteRightsProfile
Source§impl Serialize for QuoteRightsProfile
impl Serialize for QuoteRightsProfile
impl Eq for QuoteRightsProfile
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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