pub struct AirdropDailyPnl {
pub coin_name: Option<String>,
pub yield_coin_name: Option<String>,
pub effective_amount: Option<String>,
pub pnl: Option<String>,
pub apy: Option<String>,
pub created_at: Option<i64>,
}Fields§
§coin_name: Option<String>§yield_coin_name: Option<String>§effective_amount: Option<String>§pnl: Option<String>§apy: Option<String>§created_at: Option<i64>Trait Implementations§
Source§impl Clone for AirdropDailyPnl
impl Clone for AirdropDailyPnl
Source§fn clone(&self) -> AirdropDailyPnl
fn clone(&self) -> AirdropDailyPnl
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 AirdropDailyPnl
impl Debug for AirdropDailyPnl
Source§impl<'de> Deserialize<'de> for AirdropDailyPnl
impl<'de> Deserialize<'de> for AirdropDailyPnl
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 AirdropDailyPnl
impl RefUnwindSafe for AirdropDailyPnl
impl Send for AirdropDailyPnl
impl Sync for AirdropDailyPnl
impl Unpin for AirdropDailyPnl
impl UnsafeUnpin for AirdropDailyPnl
impl UnwindSafe for AirdropDailyPnl
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