pub struct SecretPath(pub VaultId, pub SecretId);Expand description
Path to a secret.
Tuple Fields§
§0: VaultId§1: SecretIdImplementations§
Trait Implementations§
Source§impl Clone for SecretPath
impl Clone for SecretPath
Source§fn clone(&self) -> SecretPath
fn clone(&self) -> SecretPath
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 SecretPath
impl Debug for SecretPath
Source§impl<'de> Deserialize<'de> for SecretPath
impl<'de> Deserialize<'de> for SecretPath
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 Hash for SecretPath
impl Hash for SecretPath
Source§impl PartialEq for SecretPath
impl PartialEq for SecretPath
Source§impl Serialize for SecretPath
impl Serialize for SecretPath
impl Copy for SecretPath
impl Eq for SecretPath
impl StructuralPartialEq for SecretPath
Auto Trait Implementations§
impl Freeze for SecretPath
impl RefUnwindSafe for SecretPath
impl Send for SecretPath
impl Sync for SecretPath
impl Unpin for SecretPath
impl UnwindSafe for SecretPath
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