Enum binance::rest_model::InterestType
source · [−]pub enum InterestType {
OnBorrow,
Periodic,
PeriodicConverted,
OnBorrowConverted,
Other,
}Variants
OnBorrow
First interested charged on borrow
Periodic
Interested charged per hour
PeriodicConverted
Interested charged per hour converted into BNB
OnBorrowConverted
First interested charged on borrow converted into BNB
Other
Trait Implementations
sourceimpl Clone for InterestType
impl Clone for InterestType
sourcefn clone(&self) -> InterestType
fn clone(&self) -> InterestType
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 InterestType
impl Debug for InterestType
sourceimpl<'de> Deserialize<'de> for InterestType
impl<'de> Deserialize<'de> for InterestType
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 PartialEq<InterestType> for InterestType
impl PartialEq<InterestType> for InterestType
sourcefn eq(&self, other: &InterestType) -> bool
fn eq(&self, other: &InterestType) -> bool
sourceimpl Serialize for InterestType
impl Serialize for InterestType
impl StructuralPartialEq for InterestType
Auto Trait Implementations
impl RefUnwindSafe for InterestType
impl Send for InterestType
impl Sync for InterestType
impl Unpin for InterestType
impl UnwindSafe for InterestType
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