pub struct InterestCoinApy {
pub coin: String,
pub apy: String,
pub expect_unit_earning: String,
pub current_price: String,
}Fields§
§coin: String§apy: String§expect_unit_earning: String§current_price: StringTrait Implementations§
Source§impl Clone for InterestCoinApy
impl Clone for InterestCoinApy
Source§fn clone(&self) -> InterestCoinApy
fn clone(&self) -> InterestCoinApy
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 InterestCoinApy
impl Debug for InterestCoinApy
Source§impl<'de> Deserialize<'de> for InterestCoinApy
impl<'de> Deserialize<'de> for InterestCoinApy
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 InterestCoinApy
impl RefUnwindSafe for InterestCoinApy
impl Send for InterestCoinApy
impl Sync for InterestCoinApy
impl Unpin for InterestCoinApy
impl UnsafeUnpin for InterestCoinApy
impl UnwindSafe for InterestCoinApy
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