Struct docker_api::models::ExecStartExecStartConfigParam
source · pub struct ExecStartExecStartConfigParam {
pub console_size: Option<Vec<isize, Global>>,
pub detach: Option<bool>,
pub tty: Option<bool>,
}
Fields§
§console_size: Option<Vec<isize, Global>>
Initial console size, as an [height, width]
array.
detach: Option<bool>
Detach from the command.
tty: Option<bool>
Allocate a pseudo-TTY.
Trait Implementations§
source§impl Clone for ExecStartExecStartConfigParam
impl Clone for ExecStartExecStartConfigParam
source§fn clone(&self) -> ExecStartExecStartConfigParam
fn clone(&self) -> ExecStartExecStartConfigParam
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<'de> Deserialize<'de> for ExecStartExecStartConfigParam
impl<'de> Deserialize<'de> for ExecStartExecStartConfigParam
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<ExecStartExecStartConfigParam, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<ExecStartExecStartConfigParam, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ExecStartExecStartConfigParam> for ExecStartExecStartConfigParam
impl PartialEq<ExecStartExecStartConfigParam> for ExecStartExecStartConfigParam
source§fn eq(&self, other: &ExecStartExecStartConfigParam) -> bool
fn eq(&self, other: &ExecStartExecStartConfigParam) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ExecStartExecStartConfigParam
impl Serialize for ExecStartExecStartConfigParam
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more