Struct podman_api::models::DriverData
source · pub struct DriverData {
pub data: Option<HashMap<String, String, RandomState>>,
pub name: Option<String>,
}
Expand description
DriverData handles the data for a storage driver
Fields§
§data: Option<HashMap<String, String, RandomState>>
§name: Option<String>
Trait Implementations§
source§impl Clone for DriverData
impl Clone for DriverData
source§fn clone(&self) -> DriverData
fn clone(&self) -> DriverData
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 DriverData
impl Debug for DriverData
source§impl<'de> Deserialize<'de> for DriverData
impl<'de> Deserialize<'de> for DriverData
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<DriverData, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<DriverData, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<DriverData> for DriverData
impl PartialEq<DriverData> for DriverData
source§fn eq(&self, other: &DriverData) -> bool
fn eq(&self, other: &DriverData) -> bool
source§impl Serialize for DriverData
impl Serialize for DriverData
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