pub struct CoinApy {
pub coin: Option<i64>,
pub apy_e8: Option<i64>,
pub reward: Option<bool>,
}Fields§
§coin: Option<i64>§apy_e8: Option<i64>§reward: Option<bool>Trait Implementations§
Source§impl<'de> Deserialize<'de> for CoinApy
impl<'de> Deserialize<'de> for CoinApy
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 CoinApy
impl RefUnwindSafe for CoinApy
impl Send for CoinApy
impl Sync for CoinApy
impl Unpin for CoinApy
impl UnsafeUnpin for CoinApy
impl UnwindSafe for CoinApy
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