Struct podman_api::opts::ContainerCheckpointOptsBuilder [−][src]
pub struct ContainerCheckpointOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for ContainerCheckpointOpts.
Implementations
Finish building ContainerCheckpointOpts.
Do not include root file-system changes when exporting
Leave the container running after writing checkpoint to disk
Add checkpoint statistics to the returned CheckpointReport
Checkpoint a container with established TCP connections
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for ContainerCheckpointOptsBuilder
impl Sync for ContainerCheckpointOptsBuilder
impl Unpin for ContainerCheckpointOptsBuilder
impl UnwindSafe for ContainerCheckpointOptsBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more