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