Struct binance::rest_model::BnbBurnQuery
source · [−]pub struct BnbBurnQuery {
pub spot_bnb_burn: Option<String>,
pub interest_bnb_burn: Option<String>,
}Fields
spot_bnb_burn: Option<String>“true” or “false”, defaults to “false”
interest_bnb_burn: Option<String>“true” or “false”, defaults to “false”
Trait Implementations
sourceimpl Clone for BnbBurnQuery
impl Clone for BnbBurnQuery
sourcefn clone(&self) -> BnbBurnQuery
fn clone(&self) -> BnbBurnQuery
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 BnbBurnQuery
impl Debug for BnbBurnQuery
sourceimpl Default for BnbBurnQuery
impl Default for BnbBurnQuery
sourcefn default() -> BnbBurnQuery
fn default() -> BnbBurnQuery
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for BnbBurnQuery
impl<'de> Deserialize<'de> for BnbBurnQuery
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 BnbBurnQuery
impl Serialize for BnbBurnQuery
Auto Trait Implementations
impl RefUnwindSafe for BnbBurnQuery
impl Send for BnbBurnQuery
impl Sync for BnbBurnQuery
impl Unpin for BnbBurnQuery
impl UnwindSafe for BnbBurnQuery
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