pub enum BalanceState {
Collecting,
Transfer,
Claim,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BalanceState
impl Clone for BalanceState
Source§fn clone(&self) -> BalanceState
fn clone(&self) -> BalanceState
Returns a copy 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 BalanceState
impl Debug for BalanceState
Source§impl Deserialize for BalanceState
impl Deserialize for BalanceState
Source§impl Display for BalanceState
impl Display for BalanceState
Source§impl FromStr for BalanceState
impl FromStr for BalanceState
Source§impl FromValueOpt for BalanceState
impl FromValueOpt for BalanceState
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for BalanceState
impl PartialEq for BalanceState
Source§impl Serialize for BalanceState
impl Serialize for BalanceState
impl Copy for BalanceState
impl Eq for BalanceState
impl StructuralPartialEq for BalanceState
Auto Trait Implementations§
impl Freeze for BalanceState
impl RefUnwindSafe for BalanceState
impl Send for BalanceState
impl Sync for BalanceState
impl Unpin for BalanceState
impl UnwindSafe for BalanceState
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