pub enum VariableSensitivity {
Normal,
Secret,
}Expand description
Sensitivity marker for variables stored in a lockbox.
Variants§
Trait Implementations§
Source§impl Clone for VariableSensitivity
impl Clone for VariableSensitivity
Source§fn clone(&self) -> VariableSensitivity
fn clone(&self) -> VariableSensitivity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VariableSensitivity
Source§impl Debug for VariableSensitivity
impl Debug for VariableSensitivity
impl Eq for VariableSensitivity
Source§impl PartialEq for VariableSensitivity
impl PartialEq for VariableSensitivity
impl StructuralPartialEq for VariableSensitivity
Auto Trait Implementations§
impl Freeze for VariableSensitivity
impl RefUnwindSafe for VariableSensitivity
impl Send for VariableSensitivity
impl Sync for VariableSensitivity
impl Unpin for VariableSensitivity
impl UnsafeUnpin for VariableSensitivity
impl UnwindSafe for VariableSensitivity
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