pub struct GetVipMarginDataResponse {
pub vip_coin_list: Option<Vec<VipCoinGroup>>,
}Fields§
§vip_coin_list: Option<Vec<VipCoinGroup>>Trait Implementations§
Source§impl Clone for GetVipMarginDataResponse
impl Clone for GetVipMarginDataResponse
Source§fn clone(&self) -> GetVipMarginDataResponse
fn clone(&self) -> GetVipMarginDataResponse
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 moreSource§impl Debug for GetVipMarginDataResponse
impl Debug for GetVipMarginDataResponse
Source§impl<'de> Deserialize<'de> for GetVipMarginDataResponse
impl<'de> Deserialize<'de> for GetVipMarginDataResponse
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
Auto Trait Implementations§
impl Freeze for GetVipMarginDataResponse
impl RefUnwindSafe for GetVipMarginDataResponse
impl Send for GetVipMarginDataResponse
impl Sync for GetVipMarginDataResponse
impl Unpin for GetVipMarginDataResponse
impl UnsafeUnpin for GetVipMarginDataResponse
impl UnwindSafe for GetVipMarginDataResponse
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