Enum cfxstore::SecretVaultRef
source · pub enum SecretVaultRef {
Root,
Vault(String),
}
Expand description
Key directory reference
Variants§
Trait Implementations§
source§impl Clone for SecretVaultRef
impl Clone for SecretVaultRef
source§fn clone(&self) -> SecretVaultRef
fn clone(&self) -> SecretVaultRef
Returns a copy 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 SecretVaultRef
impl Debug for SecretVaultRef
source§impl Ord for SecretVaultRef
impl Ord for SecretVaultRef
source§fn cmp(&self, other: &SecretVaultRef) -> Ordering
fn cmp(&self, other: &SecretVaultRef) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SecretVaultRef
impl PartialEq for SecretVaultRef
source§fn eq(&self, other: &SecretVaultRef) -> bool
fn eq(&self, other: &SecretVaultRef) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SecretVaultRef
impl PartialOrd for SecretVaultRef
source§fn partial_cmp(&self, other: &SecretVaultRef) -> Option<Ordering>
fn partial_cmp(&self, other: &SecretVaultRef) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for SecretVaultRef
impl StructuralPartialEq for SecretVaultRef
Auto Trait Implementations§
impl RefUnwindSafe for SecretVaultRef
impl Send for SecretVaultRef
impl Sync for SecretVaultRef
impl Unpin for SecretVaultRef
impl UnwindSafe for SecretVaultRef
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