pub struct InspectDevice {
pub cgroup_permissions: String,
pub path_in_container: String,
pub path_on_host: String,
}
Fields§
§cgroup_permissions: String
§path_in_container: String
§path_on_host: String
Trait Implementations§
Source§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<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
Auto Trait Implementations§
impl Freeze for InspectDevice
impl RefUnwindSafe for InspectDevice
impl Send for InspectDevice
impl Sync for InspectDevice
impl Unpin for InspectDevice
impl UnwindSafe for InspectDevice
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more