pub enum SyncEventKey {
Connection(ConnectionEventKey),
Disputer(DisputerEventKey),
ConnectionNudge(ConnectionNudgeKey),
Chargeback(ChargebackEventKey),
Response(ResponseEventKey),
Stopper(StopperEventKey),
Rules(RulesEventKey),
}Variants§
Connection(ConnectionEventKey)
Disputer(DisputerEventKey)
ConnectionNudge(ConnectionNudgeKey)
Chargeback(ChargebackEventKey)
Response(ResponseEventKey)
Stopper(StopperEventKey)
Rules(RulesEventKey)
Implementations§
Trait Implementations§
Source§impl Clone for SyncEventKey
impl Clone for SyncEventKey
Source§fn clone(&self) -> SyncEventKey
fn clone(&self) -> SyncEventKey
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 SyncEventKey
impl Debug for SyncEventKey
Source§impl<'de> Deserialize<'de> for SyncEventKey
impl<'de> Deserialize<'de> for SyncEventKey
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 SyncEventKey
impl PartialEq for SyncEventKey
Source§impl Serialize for SyncEventKey
impl Serialize for SyncEventKey
impl Eq for SyncEventKey
impl StructuralPartialEq for SyncEventKey
Auto Trait Implementations§
impl Freeze for SyncEventKey
impl RefUnwindSafe for SyncEventKey
impl Send for SyncEventKey
impl Sync for SyncEventKey
impl Unpin for SyncEventKey
impl UnwindSafe for SyncEventKey
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