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