Struct podman_api::models::StoreInfo [−][src]
pub struct StoreInfo {
pub config_file: Option<String>,
pub container_store: Option<ContainerStore>,
pub graph_driver_name: Option<String>,
pub graph_options: Option<HashMap<String, Value, RandomState>>,
pub graph_root: Option<String>,
pub graph_status: Option<HashMap<String, String, RandomState>>,
pub image_store: Option<ImageStore>,
pub run_root: Option<String>,
pub volume_path: Option<String>,
}
Expand description
StoreInfo describes the container storage and its attributes
Fields
config_file: Option<String>
container_store: Option<ContainerStore>
graph_driver_name: Option<String>
graph_options: Option<HashMap<String, Value, RandomState>>
graph_root: Option<String>
graph_status: Option<HashMap<String, String, RandomState>>
image_store: Option<ImageStore>
run_root: Option<String>
volume_path: Option<String>
Trait Implementations
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<StoreInfo, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<StoreInfo, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub 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
Auto Trait Implementations
impl RefUnwindSafe for StoreInfo
impl UnwindSafe for StoreInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more