Struct podman_api::opts::ContainerCheckpointOpts
source · 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 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 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