pub struct ContainerAttachOptsBuilder { /* private fields */ }
Expand description
A builder struct for ContainerAttachOpts.
Implementations§
Source§impl ContainerAttachOptsBuilder
impl ContainerAttachOptsBuilder
Sourcepub fn build(self) -> ContainerAttachOpts
pub fn build(self) -> ContainerAttachOpts
Finish building ContainerAttachOpts.
Source§impl ContainerAttachOptsBuilder
impl ContainerAttachOptsBuilder
Sourcepub fn detach_keys(self, detach_keys: impl Into<String>) -> Self
pub fn detach_keys(self, detach_keys: impl Into<String>) -> Self
Keys to use for detaching from the container.
Trait Implementations§
Source§impl Clone for ContainerAttachOptsBuilder
impl Clone for ContainerAttachOptsBuilder
Source§fn clone(&self) -> ContainerAttachOptsBuilder
fn clone(&self) -> ContainerAttachOptsBuilder
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 ContainerAttachOptsBuilder
impl Debug for ContainerAttachOptsBuilder
Source§impl Default for ContainerAttachOptsBuilder
impl Default for ContainerAttachOptsBuilder
Source§fn default() -> ContainerAttachOptsBuilder
fn default() -> ContainerAttachOptsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerAttachOptsBuilder
impl RefUnwindSafe for ContainerAttachOptsBuilder
impl Send for ContainerAttachOptsBuilder
impl Sync for ContainerAttachOptsBuilder
impl Unpin for ContainerAttachOptsBuilder
impl UnwindSafe for ContainerAttachOptsBuilder
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