Struct docker_api_stubs::models::PluginMount
source · [−]pub struct PluginMount {
pub description: String,
pub destination: String,
pub name: String,
pub options: Vec<String>,
pub settable: Vec<String>,
pub source: String,
pub type_: String,
}
Fields
description: String
destination: String
name: String
options: Vec<String>
settable: Vec<String>
source: String
type_: String
Trait Implementations
sourceimpl Clone for PluginMount
impl Clone for PluginMount
sourcefn clone(&self) -> PluginMount
fn clone(&self) -> PluginMount
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 PluginMount
impl Debug for PluginMount
sourceimpl<'de> Deserialize<'de> for PluginMount
impl<'de> Deserialize<'de> for PluginMount
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<PluginMount> for PluginMount
impl PartialEq<PluginMount> for PluginMount
sourcefn eq(&self, other: &PluginMount) -> bool
fn eq(&self, other: &PluginMount) -> bool
sourceimpl Serialize for PluginMount
impl Serialize for PluginMount
impl StructuralPartialEq for PluginMount
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
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