Struct podman_api::models::PluginMount [−][src]
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,
}
Expand description
PluginMount plugin mount
Fields
description: String
description
destination: String
destination
name: String
name
options: Vec<String, Global>
options
settable: Vec<String, Global>
settable
source: String
source
_type: String
type
Trait Implementations
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<PluginMount, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub 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
Auto Trait Implementations
impl RefUnwindSafe for PluginMount
impl Send for PluginMount
impl Sync for PluginMount
impl Unpin for PluginMount
impl UnwindSafe for PluginMount
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more