Type Alias ExecContainerOptions

Source
pub type ExecContainerOptions = ExecContainerOptions;
👎Deprecated since 0.8.0: Please use docker_sdk::exec::ExecContainerOptions. This will be removed in 0.9.0.

Aliased Type§

pub struct ExecContainerOptions { /* private fields */ }

Implementations

Source§

impl ExecContainerOptions

Source

pub fn builder() -> ExecContainerOptionsBuilder

return a new instance of a builder for options

Source

pub fn serialize(&self) -> Result<String>

serialize options as a string. returns None if no options are defined

Trait Implementations

Source§

impl Debug for ExecContainerOptions

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Serialize for ExecContainerOptions

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more