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