Struct podman_api::opts::ChangesOpts
source · pub struct ChangesOpts { /* private fields */ }
Expand description
Adjust how filesystem changes inside a container or image are returned.
Implementations§
source§impl ChangesOpts
impl ChangesOpts
sourcepub fn builder() -> ChangesOptsBuilder
pub fn builder() -> ChangesOptsBuilder
Returns a new instance of a builder for ChangesOpts.
Trait Implementations§
source§impl Clone for ChangesOpts
impl Clone for ChangesOpts
source§fn clone(&self) -> ChangesOpts
fn clone(&self) -> ChangesOpts
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 ChangesOpts
impl Debug for ChangesOpts
source§impl Default for ChangesOpts
impl Default for ChangesOpts
source§fn default() -> ChangesOpts
fn default() -> ChangesOpts
Returns the “default value” for a type. Read more