pub enum CommandCurrency {
Usd,
Cny,
}Expand description
Cost currency used by command-facing accounting operations.
Variants§
Trait Implementations§
Source§impl Clone for CommandCurrency
impl Clone for CommandCurrency
Source§fn clone(&self) -> CommandCurrency
fn clone(&self) -> CommandCurrency
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 moreimpl Copy for CommandCurrency
Source§impl Debug for CommandCurrency
impl Debug for CommandCurrency
impl Eq for CommandCurrency
Source§impl PartialEq for CommandCurrency
impl PartialEq for CommandCurrency
impl StructuralPartialEq for CommandCurrency
Auto Trait Implementations§
impl Freeze for CommandCurrency
impl RefUnwindSafe for CommandCurrency
impl Send for CommandCurrency
impl Sync for CommandCurrency
impl Unpin for CommandCurrency
impl UnsafeUnpin for CommandCurrency
impl UnwindSafe for CommandCurrency
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.