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§
Source§impl Clone for BnbBurnQuery
impl Clone for BnbBurnQuery
Source§fn clone(&self) -> BnbBurnQuery
fn clone(&self) -> BnbBurnQuery
Returns a duplicate of the value. Read more
1.0.0 · 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 BnbBurnQuery
impl Debug for BnbBurnQuery
Source§impl Default for BnbBurnQuery
impl Default for BnbBurnQuery
Source§fn default() -> BnbBurnQuery
fn default() -> BnbBurnQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BnbBurnQuery
impl<'de> Deserialize<'de> for BnbBurnQuery
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 BnbBurnQuery
impl RefUnwindSafe for BnbBurnQuery
impl Send for BnbBurnQuery
impl Sync for BnbBurnQuery
impl Unpin for BnbBurnQuery
impl UnwindSafe for BnbBurnQuery
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