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