pub struct NetworkConnectOpts { /* private fields */ }
Expand description
Adjust how a container is connected to a network.
Implementations§
Source§impl NetworkConnectOpts
impl NetworkConnectOpts
Sourcepub fn builder() -> NetworkConnectOptsBuilder
pub fn builder() -> NetworkConnectOptsBuilder
Returns a new instance of a builder for NetworkConnectOpts.
Trait Implementations§
Source§impl Clone for NetworkConnectOpts
impl Clone for NetworkConnectOpts
Source§fn clone(&self) -> NetworkConnectOpts
fn clone(&self) -> NetworkConnectOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NetworkConnectOpts
impl Debug for NetworkConnectOpts
Source§impl Default for NetworkConnectOpts
impl Default for NetworkConnectOpts
Source§fn default() -> NetworkConnectOpts
fn default() -> NetworkConnectOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NetworkConnectOpts
impl RefUnwindSafe for NetworkConnectOpts
impl Send for NetworkConnectOpts
impl Sync for NetworkConnectOpts
impl Unpin for NetworkConnectOpts
impl UnwindSafe for NetworkConnectOpts
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more