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