Struct docker_api::models::PluginDevice
source · [−]pub struct PluginDevice {
pub description: String,
pub name: String,
pub path: String,
pub settable: Vec<String, Global>,
}
Fields
description: String
name: String
path: String
settable: Vec<String, Global>
Trait Implementations
sourceimpl Clone for PluginDevice
impl Clone for PluginDevice
sourcefn clone(&self) -> PluginDevice
fn clone(&self) -> PluginDevice
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PluginDevice
impl Debug for PluginDevice
sourceimpl<'de> Deserialize<'de> for PluginDevice
impl<'de> Deserialize<'de> for PluginDevice
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<PluginDevice, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<PluginDevice, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<PluginDevice> for PluginDevice
impl PartialEq<PluginDevice> for PluginDevice
sourcefn eq(&self, other: &PluginDevice) -> bool
fn eq(&self, other: &PluginDevice) -> bool
sourceimpl Serialize for PluginDevice
impl Serialize for PluginDevice
sourcefn 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
impl StructuralPartialEq for PluginDevice
Auto Trait Implementations
impl RefUnwindSafe for PluginDevice
impl Send for PluginDevice
impl Sync for PluginDevice
impl Unpin for PluginDevice
impl UnwindSafe for PluginDevice
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more