Struct binance::rest_model::InterestState
source · [−]pub struct InterestState {
pub asset: String,
pub interest: f64,
pub interest_accured_time: u64,
pub interest_rate: f64,
pub principal: f64,
pub interest_type: InterestType,
pub isolated_symbol: Option<String>,
}Fields
asset: Stringinterest: f64interest_accured_time: u64interest_rate: f64principal: f64interest_type: InterestTypeisolated_symbol: Option<String>Trait Implementations
sourceimpl Clone for InterestState
impl Clone for InterestState
sourcefn clone(&self) -> InterestState
fn clone(&self) -> InterestState
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for InterestState
impl Debug for InterestState
sourceimpl<'de> Deserialize<'de> for InterestState
impl<'de> Deserialize<'de> for InterestState
sourcefn 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
sourceimpl Serialize for InterestState
impl Serialize for InterestState
Auto Trait Implementations
impl RefUnwindSafe for InterestState
impl Send for InterestState
impl Sync for InterestState
impl Unpin for InterestState
impl UnwindSafe for InterestState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more