Struct docker_api::opts::ContainerCommitOpts
source · [−]pub struct ContainerCommitOpts { /* private fields */ }
Implementations
sourceimpl ContainerCommitOpts
impl ContainerCommitOpts
sourcepub fn builder() -> ContainerCommitOptsBuilder
pub fn builder() -> ContainerCommitOptsBuilder
Returns a new instance of a builder for ContainerCommitOpts.
Trait Implementations
sourceimpl Clone for ContainerCommitOpts
impl Clone for ContainerCommitOpts
sourcefn clone(&self) -> ContainerCommitOpts
fn clone(&self) -> ContainerCommitOpts
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ContainerCommitOpts
impl Debug for ContainerCommitOpts
sourceimpl Default for ContainerCommitOpts
impl Default for ContainerCommitOpts
sourcefn default() -> ContainerCommitOpts
fn default() -> ContainerCommitOpts
Returns the “default value” for a type. Read more
sourceimpl Serialize for ContainerCommitOpts
impl Serialize for ContainerCommitOpts
Auto Trait Implementations
impl RefUnwindSafe for ContainerCommitOpts
impl Send for ContainerCommitOpts
impl Sync for ContainerCommitOpts
impl Unpin for ContainerCommitOpts
impl UnwindSafe for ContainerCommitOpts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more