pub struct SecretVolumeSpec {
pub default_mode: u16,
pub secret_name: String,
pub optional: Option<bool>,
}
Fields§
§default_mode: u16
§secret_name: String
§optional: Option<bool>
Trait Implementations§
Source§impl Clone for SecretVolumeSpec
impl Clone for SecretVolumeSpec
Source§fn clone(&self) -> SecretVolumeSpec
fn clone(&self) -> SecretVolumeSpec
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 SecretVolumeSpec
impl Debug for SecretVolumeSpec
Source§impl Default for SecretVolumeSpec
impl Default for SecretVolumeSpec
Source§fn default() -> SecretVolumeSpec
fn default() -> SecretVolumeSpec
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecretVolumeSpec
impl<'de> Deserialize<'de> for SecretVolumeSpec
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 SecretVolumeSpec
impl RefUnwindSafe for SecretVolumeSpec
impl Send for SecretVolumeSpec
impl Sync for SecretVolumeSpec
impl Unpin for SecretVolumeSpec
impl UnwindSafe for SecretVolumeSpec
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