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