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§
source§impl Clone for PluginDevice
impl Clone for PluginDevice
source§fn clone(&self) -> PluginDevice
fn clone(&self) -> PluginDevice
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 PluginDevice
impl Debug for PluginDevice
source§impl<'de> Deserialize<'de> for PluginDevice
impl<'de> Deserialize<'de> for PluginDevice
source§fn 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
source§impl PartialEq<PluginDevice> for PluginDevice
impl PartialEq<PluginDevice> for PluginDevice
source§fn eq(&self, other: &PluginDevice) -> bool
fn eq(&self, other: &PluginDevice) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PluginDevice
impl Serialize for PluginDevice
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