pub struct ContainerExecRequest {
pub command: Vec<String>,
}Expand description
Exec request for running a command in a container
Fields§
§command: Vec<String>Command and arguments to execute
Trait Implementations§
Source§impl ComposeSchema for ContainerExecRequest
impl ComposeSchema for ContainerExecRequest
Source§impl Debug for ContainerExecRequest
impl Debug for ContainerExecRequest
Source§impl<'de> Deserialize<'de> for ContainerExecRequest
impl<'de> Deserialize<'de> for ContainerExecRequest
Source§fn 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
Auto Trait Implementations§
impl Freeze for ContainerExecRequest
impl RefUnwindSafe for ContainerExecRequest
impl Send for ContainerExecRequest
impl Sync for ContainerExecRequest
impl Unpin for ContainerExecRequest
impl UnsafeUnpin for ContainerExecRequest
impl UnwindSafe for ContainerExecRequest
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