Struct docker_api::models::PluginInterfaceType
source · Fields§
§capability: String
§prefix: String
§version: String
Trait Implementations§
source§impl Clone for PluginInterfaceType
impl Clone for PluginInterfaceType
source§fn clone(&self) -> PluginInterfaceType
fn clone(&self) -> PluginInterfaceType
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 PluginInterfaceType
impl Debug for PluginInterfaceType
source§impl<'de> Deserialize<'de> for PluginInterfaceType
impl<'de> Deserialize<'de> for PluginInterfaceType
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<PluginInterfaceType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<PluginInterfaceType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<PluginInterfaceType> for PluginInterfaceType
impl PartialEq<PluginInterfaceType> for PluginInterfaceType
source§fn eq(&self, other: &PluginInterfaceType) -> bool
fn eq(&self, other: &PluginInterfaceType) -> bool
source§impl Serialize for PluginInterfaceType
impl Serialize for PluginInterfaceType
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