pub struct ContainerCreateOpts { /* private fields */ }
Expand description
Adjust the created container.
Implementations§
Source§impl ContainerCreateOpts
impl ContainerCreateOpts
Sourcepub fn builder() -> ContainerCreateOptsBuilder
pub fn builder() -> ContainerCreateOptsBuilder
Returns a new instance of a builder for ContainerCreateOpts.
Trait Implementations§
Source§impl Clone for ContainerCreateOpts
impl Clone for ContainerCreateOpts
Source§fn clone(&self) -> ContainerCreateOpts
fn clone(&self) -> ContainerCreateOpts
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 ContainerCreateOpts
impl Debug for ContainerCreateOpts
Source§impl Default for ContainerCreateOpts
impl Default for ContainerCreateOpts
Source§fn default() -> ContainerCreateOpts
fn default() -> ContainerCreateOpts
Returns the “default value” for a type. Read more
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