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