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