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