pub enum ProtectionLevel {
Basic,
Standard,
Maximum,
}Expand description
Protection levels for secure data (for future use)
Variants§
Trait Implementations§
Source§impl Clone for ProtectionLevel
impl Clone for ProtectionLevel
Source§fn clone(&self) -> ProtectionLevel
fn clone(&self) -> ProtectionLevel
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 ProtectionLevel
impl Debug for ProtectionLevel
Source§impl PartialEq for ProtectionLevel
impl PartialEq for ProtectionLevel
impl Copy for ProtectionLevel
impl Eq for ProtectionLevel
impl StructuralPartialEq for ProtectionLevel
Auto Trait Implementations§
impl Freeze for ProtectionLevel
impl RefUnwindSafe for ProtectionLevel
impl Send for ProtectionLevel
impl Sync for ProtectionLevel
impl Unpin for ProtectionLevel
impl UnwindSafe for ProtectionLevel
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