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