pub struct SecretSpec {
pub driver: Option<SecretDriverSpec>,
pub labels: Option<HashMap<String, String>>,
pub name: Option<String>,
}
Available on crate feature
v5
only.Fields§
§driver: Option<SecretDriverSpec>
§labels: Option<HashMap<String, String>>
§name: Option<String>
Trait Implementations§
Source§impl Debug for SecretSpec
impl Debug for SecretSpec
Source§impl Default for SecretSpec
impl Default for SecretSpec
Source§fn default() -> SecretSpec
fn default() -> SecretSpec
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecretSpec
impl<'de> Deserialize<'de> for SecretSpec
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
Auto Trait Implementations§
impl Freeze for SecretSpec
impl RefUnwindSafe for SecretSpec
impl Send for SecretSpec
impl Sync for SecretSpec
impl Unpin for SecretSpec
impl UnwindSafe for SecretSpec
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