pub struct ContainerAttachOptionsBuilder { /* private fields */ }
Expand description
Builder for ContainerAttachOptions
.
Implementations§
Source§impl ContainerAttachOptionsBuilder
impl ContainerAttachOptionsBuilder
pub fn stream<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn stdin<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn stdout<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn stderr<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn detach_keys<VALUE: Into<Option<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn logs<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
Trait Implementations§
Source§impl Clone for ContainerAttachOptionsBuilder
impl Clone for ContainerAttachOptionsBuilder
Source§fn clone(&self) -> ContainerAttachOptionsBuilder
fn clone(&self) -> ContainerAttachOptionsBuilder
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 Default for ContainerAttachOptionsBuilder
impl Default for ContainerAttachOptionsBuilder
Source§fn default() -> ContainerAttachOptionsBuilder
fn default() -> ContainerAttachOptionsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContainerAttachOptionsBuilder
impl RefUnwindSafe for ContainerAttachOptionsBuilder
impl Send for ContainerAttachOptionsBuilder
impl Sync for ContainerAttachOptionsBuilder
impl Unpin for ContainerAttachOptionsBuilder
impl UnwindSafe for ContainerAttachOptionsBuilder
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