Struct docker_api::models::PluginMount
source · pub struct PluginMount {
pub description: String,
pub destination: String,
pub name: String,
pub options: Vec<String, Global>,
pub settable: Vec<String, Global>,
pub source: String,
pub type_: String,
}
Fields§
§description: String
§destination: String
§name: String
§options: Vec<String, Global>
§settable: Vec<String, Global>
§source: String
§type_: String
Trait Implementations§
source§impl Clone for PluginMount
impl Clone for PluginMount
source§fn clone(&self) -> PluginMount
fn clone(&self) -> PluginMount
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 PluginMount
impl Debug for PluginMount
source§impl<'de> Deserialize<'de> for PluginMount
impl<'de> Deserialize<'de> for PluginMount
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<PluginMount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<PluginMount, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<PluginMount> for PluginMount
impl PartialEq<PluginMount> for PluginMount
source§fn eq(&self, other: &PluginMount) -> bool
fn eq(&self, other: &PluginMount) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PluginMount
impl Serialize for PluginMount
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