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