Struct podman_api_stubs::models::InspectLogConfig [−][src]
pub struct InspectLogConfig {
pub config: Option<HashMap<String, String>>,
pub path: Option<String>,
pub size: Option<String>,
pub tag: Option<String>,
pub _type: Option<String>,
}
Expand description
InspectLogConfig holds information about a container’s configured log driver
Fields
config: Option<HashMap<String, String>>
path: Option<String>
size: Option<String>
tag: Option<String>
_type: Option<String>
Implementations
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InspectLogConfig
impl Send for InspectLogConfig
impl Sync for InspectLogConfig
impl Unpin for InspectLogConfig
impl UnwindSafe for InspectLogConfig
Blanket Implementations
Mutably borrows from an owned value. Read more