Struct docker_api::models::ProcessConfig
source · pub struct ProcessConfig {
pub arguments: Option<Vec<String, Global>>,
pub entrypoint: Option<String>,
pub privileged: Option<bool>,
pub tty: Option<bool>,
pub user: Option<String>,
}
Fields§
§arguments: Option<Vec<String, Global>>
§entrypoint: Option<String>
§privileged: Option<bool>
§tty: Option<bool>
§user: Option<String>
Trait Implementations§
source§impl Clone for ProcessConfig
impl Clone for ProcessConfig
source§fn clone(&self) -> ProcessConfig
fn clone(&self) -> ProcessConfig
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 ProcessConfig
impl Debug for ProcessConfig
source§impl<'de> Deserialize<'de> for ProcessConfig
impl<'de> Deserialize<'de> for ProcessConfig
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<ProcessConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<ProcessConfig, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ProcessConfig> for ProcessConfig
impl PartialEq<ProcessConfig> for ProcessConfig
source§fn eq(&self, other: &ProcessConfig) -> bool
fn eq(&self, other: &ProcessConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ProcessConfig
impl Serialize for ProcessConfig
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