Struct docker_api_stubs::models::ProcessConfig
source · [−]pub struct ProcessConfig {
pub arguments: Option<Vec<String>>,
pub entrypoint: Option<String>,
pub privileged: Option<bool>,
pub tty: Option<bool>,
pub user: Option<String>,
}
Fields
arguments: Option<Vec<String>>
entrypoint: Option<String>
privileged: Option<bool>
tty: Option<bool>
user: Option<String>
Trait Implementations
sourceimpl Clone for ProcessConfig
impl Clone for ProcessConfig
sourcefn clone(&self) -> ProcessConfig
fn clone(&self) -> ProcessConfig
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ProcessConfig
impl Debug for ProcessConfig
sourceimpl<'de> Deserialize<'de> for ProcessConfig
impl<'de> Deserialize<'de> for ProcessConfig
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<ProcessConfig> for ProcessConfig
impl PartialEq<ProcessConfig> for ProcessConfig
sourcefn eq(&self, other: &ProcessConfig) -> bool
fn eq(&self, other: &ProcessConfig) -> bool
sourceimpl Serialize for ProcessConfig
impl Serialize for ProcessConfig
impl StructuralPartialEq for ProcessConfig
Auto Trait Implementations
impl RefUnwindSafe for ProcessConfig
impl Send for ProcessConfig
impl Sync for ProcessConfig
impl Unpin for ProcessConfig
impl UnwindSafe for ProcessConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more