Struct docker_api::opts::ContainerConnectionOpts
source · [−]pub struct ContainerConnectionOpts { /* private fields */ }
Expand description
Interface for connecting a container to a network.
Implementations
Trait Implementations
sourceimpl Debug for ContainerConnectionOpts
impl Debug for ContainerConnectionOpts
sourceimpl Serialize for ContainerConnectionOpts
impl Serialize for ContainerConnectionOpts
Auto Trait Implementations
impl RefUnwindSafe for ContainerConnectionOpts
impl Send for ContainerConnectionOpts
impl Sync for ContainerConnectionOpts
impl Unpin for ContainerConnectionOpts
impl UnwindSafe for ContainerConnectionOpts
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