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