pub struct ContainerStopOpts { /* private fields */ }
Implementations§
Source§impl ContainerStopOpts
impl ContainerStopOpts
Sourcepub fn builder() -> ContainerStopOptsBuilder
pub fn builder() -> ContainerStopOptsBuilder
Returns a new instance of a builder for ContainerStopOpts.
Trait Implementations§
Source§impl Clone for ContainerStopOpts
impl Clone for ContainerStopOpts
Source§fn clone(&self) -> ContainerStopOpts
fn clone(&self) -> ContainerStopOpts
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ContainerStopOpts
impl Debug for ContainerStopOpts
Source§impl Default for ContainerStopOpts
impl Default for ContainerStopOpts
Source§fn default() -> ContainerStopOpts
fn default() -> ContainerStopOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerStopOpts
impl RefUnwindSafe for ContainerStopOpts
impl Send for ContainerStopOpts
impl Sync for ContainerStopOpts
impl Unpin for ContainerStopOpts
impl UnwindSafe for ContainerStopOpts
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