pub struct SecretOverride {
pub source: String,
pub reference: String,
}Expand description
[secret."<path>"] block — explicit override for one path.
Fields§
§source: StringSource name to dispatch to.
reference: StringBackend-specific reference string handed to the source’s
get (e.g. op://Work/Acme Jira/credential).
Trait Implementations§
Source§impl Clone for SecretOverride
impl Clone for SecretOverride
Source§fn clone(&self) -> SecretOverride
fn clone(&self) -> SecretOverride
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 moreSource§impl Debug for SecretOverride
impl Debug for SecretOverride
impl Eq for SecretOverride
Source§impl PartialEq for SecretOverride
impl PartialEq for SecretOverride
Source§fn eq(&self, other: &SecretOverride) -> bool
fn eq(&self, other: &SecretOverride) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SecretOverride
impl Serialize for SecretOverride
impl StructuralPartialEq for SecretOverride
Auto Trait Implementations§
impl Freeze for SecretOverride
impl RefUnwindSafe for SecretOverride
impl Send for SecretOverride
impl Sync for SecretOverride
impl Unpin for SecretOverride
impl UnsafeUnpin for SecretOverride
impl UnwindSafe for SecretOverride
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.