pub enum AutoBalanceMethod {
Time,
CurrencyChange,
}Variants§
Trait Implementations§
Source§impl Clone for AutoBalanceMethod
impl Clone for AutoBalanceMethod
Source§fn clone(&self) -> AutoBalanceMethod
fn clone(&self) -> AutoBalanceMethod
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 AutoBalanceMethod
impl Debug for AutoBalanceMethod
Source§impl<'de> Deserialize<'de> for AutoBalanceMethod
impl<'de> Deserialize<'de> for AutoBalanceMethod
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
Source§impl Hash for AutoBalanceMethod
impl Hash for AutoBalanceMethod
Source§impl PartialEq for AutoBalanceMethod
impl PartialEq for AutoBalanceMethod
Source§impl Serialize for AutoBalanceMethod
impl Serialize for AutoBalanceMethod
impl Copy for AutoBalanceMethod
impl Eq for AutoBalanceMethod
impl StructuralPartialEq for AutoBalanceMethod
Auto Trait Implementations§
impl Freeze for AutoBalanceMethod
impl RefUnwindSafe for AutoBalanceMethod
impl Send for AutoBalanceMethod
impl Sync for AutoBalanceMethod
impl Unpin for AutoBalanceMethod
impl UnwindSafe for AutoBalanceMethod
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