pub struct ContainerStopOptsBuilder { /* private fields */ }
Expand description
A builder struct for ContainerStopOpts.
Implementations§
Source§impl ContainerStopOptsBuilder
impl ContainerStopOptsBuilder
Sourcepub fn build(self) -> ContainerStopOpts
pub fn build(self) -> ContainerStopOpts
Finish building ContainerStopOpts.
Trait Implementations§
Source§impl Clone for ContainerStopOptsBuilder
impl Clone for ContainerStopOptsBuilder
Source§fn clone(&self) -> ContainerStopOptsBuilder
fn clone(&self) -> ContainerStopOptsBuilder
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 ContainerStopOptsBuilder
impl Debug for ContainerStopOptsBuilder
Source§impl Default for ContainerStopOptsBuilder
impl Default for ContainerStopOptsBuilder
Source§fn default() -> ContainerStopOptsBuilder
fn default() -> ContainerStopOptsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerStopOptsBuilder
impl RefUnwindSafe for ContainerStopOptsBuilder
impl Send for ContainerStopOptsBuilder
impl Sync for ContainerStopOptsBuilder
impl Unpin for ContainerStopOptsBuilder
impl UnwindSafe for ContainerStopOptsBuilder
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