pub enum InvoiceType {
Standard,
TopUp,
}Expand description
InvoiceType :
Variants§
Trait Implementations§
Source§impl Clone for InvoiceType
impl Clone for InvoiceType
Source§fn clone(&self) -> InvoiceType
fn clone(&self) -> InvoiceType
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 InvoiceType
impl Debug for InvoiceType
Source§impl Default for InvoiceType
impl Default for InvoiceType
Source§fn default() -> InvoiceType
fn default() -> InvoiceType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InvoiceType
impl<'de> Deserialize<'de> for InvoiceType
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 InvoiceType
impl Hash for InvoiceType
Source§impl Ord for InvoiceType
impl Ord for InvoiceType
Source§fn cmp(&self, other: &InvoiceType) -> Ordering
fn cmp(&self, other: &InvoiceType) -> 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 InvoiceType
impl PartialEq for InvoiceType
Source§impl PartialOrd for InvoiceType
impl PartialOrd for InvoiceType
Source§impl Serialize for InvoiceType
impl Serialize for InvoiceType
Source§impl ToString for InvoiceType
impl ToString for InvoiceType
impl Copy for InvoiceType
impl Eq for InvoiceType
impl StructuralPartialEq for InvoiceType
Auto Trait Implementations§
impl Freeze for InvoiceType
impl RefUnwindSafe for InvoiceType
impl Send for InvoiceType
impl Sync for InvoiceType
impl Unpin for InvoiceType
impl UnwindSafe for InvoiceType
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.