pub struct SecretLocalReference {
pub name: String,
}
Expand description
SecretLocalReference contains information that points to the local secret being used
Fields§
§name: String
Name is the name of the resource in the same namespace being referenced
Trait Implementations§
Source§impl Clone for SecretLocalReference
impl Clone for SecretLocalReference
Source§fn clone(&self) -> SecretLocalReference
fn clone(&self) -> SecretLocalReference
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 SecretLocalReference
impl Debug for SecretLocalReference
Source§impl Default for SecretLocalReference
impl Default for SecretLocalReference
Source§fn default() -> SecretLocalReference
fn default() -> SecretLocalReference
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecretLocalReference
impl<'de> Deserialize<'de> for SecretLocalReference
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 PartialEq for SecretLocalReference
impl PartialEq for SecretLocalReference
Source§impl Serialize for SecretLocalReference
impl Serialize for SecretLocalReference
impl StructuralPartialEq for SecretLocalReference
Auto Trait Implementations§
impl Freeze for SecretLocalReference
impl RefUnwindSafe for SecretLocalReference
impl Send for SecretLocalReference
impl Sync for SecretLocalReference
impl Unpin for SecretLocalReference
impl UnwindSafe for SecretLocalReference
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