pub struct PlatformOwnerRewards {
pub wallet_address: String,
pub rank: Option<u32>,
pub points: String,
pub trading_points: String,
pub making_points: String,
pub bug_points: String,
pub referral_points: String,
}Fields§
§wallet_address: String§rank: Option<u32>§points: String§trading_points: String§making_points: String§bug_points: String§referral_points: StringTrait Implementations§
Source§impl Clone for PlatformOwnerRewards
impl Clone for PlatformOwnerRewards
Source§fn clone(&self) -> PlatformOwnerRewards
fn clone(&self) -> PlatformOwnerRewards
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 PlatformOwnerRewards
impl Debug for PlatformOwnerRewards
Source§impl<'de> Deserialize<'de> for PlatformOwnerRewards
impl<'de> Deserialize<'de> for PlatformOwnerRewards
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformOwnerRewards, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformOwnerRewards, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PlatformOwnerRewards
Source§impl PartialEq for PlatformOwnerRewards
impl PartialEq for PlatformOwnerRewards
Source§impl Serialize for PlatformOwnerRewards
impl Serialize for PlatformOwnerRewards
Source§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 PlatformOwnerRewards
Auto Trait Implementations§
impl Freeze for PlatformOwnerRewards
impl RefUnwindSafe for PlatformOwnerRewards
impl Send for PlatformOwnerRewards
impl Sync for PlatformOwnerRewards
impl Unpin for PlatformOwnerRewards
impl UnsafeUnpin for PlatformOwnerRewards
impl UnwindSafe for PlatformOwnerRewards
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