Struct shiplift::container::DeviceMapping [−][src]
pub struct DeviceMapping {
pub path_on_host: Option<String>,
pub path_in_container: Option<String>,
pub cgroup_permissions: Option<String>,
}Fields
path_on_host: Option<String>path_in_container: Option<String>cgroup_permissions: Option<String>Trait Implementations
impl Clone for DeviceMapping[src]
impl Clone for DeviceMapping[src]fn clone(&self) -> DeviceMapping[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for DeviceMapping[src]
impl<'de> Deserialize<'de> for DeviceMapping[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for DeviceMapping[src]
impl Serialize for DeviceMapping[src]Auto Trait Implementations
impl RefUnwindSafe for DeviceMapping
impl Send for DeviceMapping
impl Sync for DeviceMapping
impl Unpin for DeviceMapping
impl UnwindSafe for DeviceMapping
Blanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,