pub struct BnbBurnStatus {
pub spot_bnb_burn: Option<bool>,
pub interest_bnb_burn: Option<bool>,
}Fields§
§spot_bnb_burn: Option<bool>§interest_bnb_burn: Option<bool>Trait Implementations§
Source§impl Clone for BnbBurnStatus
impl Clone for BnbBurnStatus
Source§fn clone(&self) -> BnbBurnStatus
fn clone(&self) -> BnbBurnStatus
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 BnbBurnStatus
impl Debug for BnbBurnStatus
Source§impl<'de> Deserialize<'de> for BnbBurnStatus
impl<'de> Deserialize<'de> for BnbBurnStatus
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 BnbBurnStatus
impl RefUnwindSafe for BnbBurnStatus
impl Send for BnbBurnStatus
impl Sync for BnbBurnStatus
impl Unpin for BnbBurnStatus
impl UnwindSafe for BnbBurnStatus
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