Struct docker_api_stubs::models::Driver
source · [−]Expand description
Driver represents a driver (network, logging, secrets).
Fields
name: String
Name of the driver.
options: Option<HashMap<String, String>>
Key/value map of driver-specific options.
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Driver
impl<'de> Deserialize<'de> for Driver
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
impl StructuralPartialEq for Driver
Auto Trait Implementations
impl RefUnwindSafe for Driver
impl Send for Driver
impl Sync for Driver
impl Unpin for Driver
impl UnwindSafe for Driver
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