Struct podman_api::models::LogConfig
source · pub struct LogConfig {
pub config: Option<HashMap<String, String, RandomState>>,
pub type_: Option<String>,
}
Fields§
§config: Option<HashMap<String, String, RandomState>>
§type_: Option<String>
Trait Implementations§
source§impl<'de> Deserialize<'de> for LogConfig
impl<'de> Deserialize<'de> for LogConfig
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<LogConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<LogConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for LogConfig
impl Serialize for LogConfig
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