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 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 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
Auto Trait Implementations§
impl Freeze for ChangesOpts
impl RefUnwindSafe for ChangesOpts
impl Send for ChangesOpts
impl Sync for ChangesOpts
impl Unpin for ChangesOpts
impl UnwindSafe for ChangesOpts
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