Struct podman_api::models::SecretDriverSpec
source · pub struct SecretDriverSpec {
pub name: Option<String>,
pub options: Option<HashMap<String, String, RandomState>>,
}
Fields§
§name: Option<String>
§options: Option<HashMap<String, String, RandomState>>
Trait Implementations§
source§impl Clone for SecretDriverSpec
impl Clone for SecretDriverSpec
source§fn clone(&self) -> SecretDriverSpec
fn clone(&self) -> SecretDriverSpec
Returns a copy 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 SecretDriverSpec
impl Debug for SecretDriverSpec
source§impl<'de> Deserialize<'de> for SecretDriverSpec
impl<'de> Deserialize<'de> for SecretDriverSpec
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<SecretDriverSpec, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<SecretDriverSpec, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<SecretDriverSpec> for SecretDriverSpec
impl PartialEq<SecretDriverSpec> for SecretDriverSpec
source§fn eq(&self, other: &SecretDriverSpec) -> bool
fn eq(&self, other: &SecretDriverSpec) -> bool
source§impl Serialize for SecretDriverSpec
impl Serialize for SecretDriverSpec
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more