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