Struct podman_api::models::InspectDevice
source · pub struct InspectDevice {
pub cgroup_permissions: Option<String>,
pub path_in_container: Option<String>,
pub path_on_host: Option<String>,
}
Fields§
§cgroup_permissions: Option<String>
CgroupPermissions is the permissions of the mounted device. Presently not populated. TODO.
path_in_container: Option<String>
PathInContainer is the path of the device within the container.
path_on_host: Option<String>
PathOnHost is the path of the device on the host.
Trait Implementations§
source§impl Clone for InspectDevice
impl Clone for InspectDevice
source§fn clone(&self) -> InspectDevice
fn clone(&self) -> InspectDevice
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 InspectDevice
impl Debug for InspectDevice
source§impl<'de> Deserialize<'de> for InspectDevice
impl<'de> Deserialize<'de> for InspectDevice
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<InspectDevice, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<InspectDevice, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<InspectDevice> for InspectDevice
impl PartialEq<InspectDevice> for InspectDevice
source§fn eq(&self, other: &InspectDevice) -> bool
fn eq(&self, other: &InspectDevice) -> bool
source§impl Serialize for InspectDevice
impl Serialize for InspectDevice
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