Struct docker_api_stubs::models::PluginDevice
source · [−]pub struct PluginDevice {
pub description: String,
pub name: String,
pub path: String,
pub settable: Vec<String>,
}
Fields
description: String
name: String
path: String
settable: Vec<String>
Trait Implementations
sourceimpl Clone for PluginDevice
impl Clone for PluginDevice
sourcefn clone(&self) -> PluginDevice
fn clone(&self) -> PluginDevice
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PluginDevice
impl Debug for PluginDevice
sourceimpl<'de> Deserialize<'de> for PluginDevice
impl<'de> Deserialize<'de> for PluginDevice
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<PluginDevice> for PluginDevice
impl PartialEq<PluginDevice> for PluginDevice
sourcefn 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 ==
. Read more
sourceimpl Serialize for PluginDevice
impl Serialize for PluginDevice
impl StructuralPartialEq for PluginDevice
Auto Trait Implementations
impl RefUnwindSafe for PluginDevice
impl Send for PluginDevice
impl Sync for PluginDevice
impl Unpin for PluginDevice
impl UnwindSafe for PluginDevice
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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