pub struct MmpStateItem {
pub base_coin: Option<String>,
pub mmp_enabled: Option<bool>,
pub window: Option<String>,
pub frozen_period: Option<String>,
pub qty_limit: Option<String>,
pub delta_limit: Option<String>,
pub mmp_frozen_until: Option<String>,
pub mmp_frozen: Option<bool>,
}Fields§
§base_coin: Option<String>§mmp_enabled: Option<bool>§window: Option<String>§frozen_period: Option<String>§qty_limit: Option<String>§delta_limit: Option<String>§mmp_frozen_until: Option<String>§mmp_frozen: Option<bool>Trait Implementations§
Source§impl Clone for MmpStateItem
impl Clone for MmpStateItem
Source§fn clone(&self) -> MmpStateItem
fn clone(&self) -> MmpStateItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MmpStateItem
impl Debug for MmpStateItem
Source§impl<'de> Deserialize<'de> for MmpStateItem
impl<'de> Deserialize<'de> for MmpStateItem
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 MmpStateItem
impl RefUnwindSafe for MmpStateItem
impl Send for MmpStateItem
impl Sync for MmpStateItem
impl Unpin for MmpStateItem
impl UnsafeUnpin for MmpStateItem
impl UnwindSafe for MmpStateItem
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