pub struct ContainerCreateOpts { /* private fields */ }
Expand description
Interface for building a new docker container from an existing image
Implementations§
Trait Implementations§
Source§impl Clone for ContainerCreateOpts
impl Clone for ContainerCreateOpts
Source§fn clone(&self) -> ContainerCreateOpts
fn clone(&self) -> ContainerCreateOpts
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 ContainerCreateOpts
impl Debug for ContainerCreateOpts
Auto Trait Implementations§
impl Freeze for ContainerCreateOpts
impl RefUnwindSafe for ContainerCreateOpts
impl Send for ContainerCreateOpts
impl Sync for ContainerCreateOpts
impl Unpin for ContainerCreateOpts
impl UnwindSafe for ContainerCreateOpts
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