pub struct NetworkDisconnectOpts { /* private fields */ }
Expand description
Adjust how a container is disconnected from a network.
Implementations§
Source§impl NetworkDisconnectOpts
impl NetworkDisconnectOpts
Sourcepub fn builder() -> NetworkDisconnectOptsBuilder
pub fn builder() -> NetworkDisconnectOptsBuilder
Returns a new instance of a builder for NetworkDisconnectOpts.
Trait Implementations§
Source§impl Clone for NetworkDisconnectOpts
impl Clone for NetworkDisconnectOpts
Source§fn clone(&self) -> NetworkDisconnectOpts
fn clone(&self) -> NetworkDisconnectOpts
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 NetworkDisconnectOpts
impl Debug for NetworkDisconnectOpts
Source§impl Default for NetworkDisconnectOpts
impl Default for NetworkDisconnectOpts
Source§fn default() -> NetworkDisconnectOpts
fn default() -> NetworkDisconnectOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NetworkDisconnectOpts
impl RefUnwindSafe for NetworkDisconnectOpts
impl Send for NetworkDisconnectOpts
impl Sync for NetworkDisconnectOpts
impl Unpin for NetworkDisconnectOpts
impl UnwindSafe for NetworkDisconnectOpts
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