Struct bollard::exec::StartExecOptions
source · pub struct StartExecOptions {
pub detach: bool,
pub output_capacity: Option<usize>,
}
Expand description
Exec configuration used in the Create Exec API
Fields§
§detach: bool
Detach from the command.
output_capacity: Option<usize>
The maximum size for a line of output. The default is 8 * 1024 (roughly 1024 characters).
Trait Implementations§
source§impl Clone for StartExecOptions
impl Clone for StartExecOptions
source§fn clone(&self) -> StartExecOptions
fn clone(&self) -> StartExecOptions
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 StartExecOptions
impl Debug for StartExecOptions
source§impl Default for StartExecOptions
impl Default for StartExecOptions
source§fn default() -> StartExecOptions
fn default() -> StartExecOptions
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StartExecOptions
impl<'de> Deserialize<'de> for StartExecOptions
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
source§impl PartialEq for StartExecOptions
impl PartialEq for StartExecOptions
source§impl Serialize for StartExecOptions
impl Serialize for StartExecOptions
impl Copy for StartExecOptions
impl StructuralPartialEq for StartExecOptions
Auto Trait Implementations§
impl Freeze for StartExecOptions
impl RefUnwindSafe for StartExecOptions
impl Send for StartExecOptions
impl Sync for StartExecOptions
impl Unpin for StartExecOptions
impl UnwindSafe for StartExecOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)