Struct podman_api::opts::ContainerAttachOptsBuilder
source · 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 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 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