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