pub enum AmountType {
Bps,
}Expand description
Variants§
Bps
Trait Implementations§
Source§impl Clone for AmountType
impl Clone for AmountType
Source§fn clone(&self) -> AmountType
fn clone(&self) -> AmountType
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 AmountType
impl Debug for AmountType
Source§impl Default for AmountType
impl Default for AmountType
Source§fn default() -> AmountType
fn default() -> AmountType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AmountType
impl<'de> Deserialize<'de> for AmountType
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 AmountType
impl Hash for AmountType
Source§impl Ord for AmountType
impl Ord for AmountType
Source§fn cmp(&self, other: &AmountType) -> Ordering
fn cmp(&self, other: &AmountType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AmountType
impl PartialEq for AmountType
Source§impl PartialOrd for AmountType
impl PartialOrd for AmountType
Source§impl Serialize for AmountType
impl Serialize for AmountType
impl Copy for AmountType
impl Eq for AmountType
impl StructuralPartialEq for AmountType
Auto Trait Implementations§
impl Freeze for AmountType
impl RefUnwindSafe for AmountType
impl Send for AmountType
impl Sync for AmountType
impl Unpin for AmountType
impl UnwindSafe for AmountType
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.