pub enum GuestExecCaptureOutputMode {
none,
stdout,
stderr,
separated,
merged,
}Variants§
Trait Implementations§
Source§impl Clone for GuestExecCaptureOutputMode
impl Clone for GuestExecCaptureOutputMode
Source§fn clone(&self) -> GuestExecCaptureOutputMode
fn clone(&self) -> GuestExecCaptureOutputMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GuestExecCaptureOutputMode
Source§impl Debug for GuestExecCaptureOutputMode
impl Debug for GuestExecCaptureOutputMode
Source§impl<'de> Deserialize<'de> for GuestExecCaptureOutputMode
impl<'de> Deserialize<'de> for GuestExecCaptureOutputMode
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 Enum for GuestExecCaptureOutputMode
impl Enum for GuestExecCaptureOutputMode
impl Eq for GuestExecCaptureOutputMode
Source§impl FromStr for GuestExecCaptureOutputMode
impl FromStr for GuestExecCaptureOutputMode
Source§impl Hash for GuestExecCaptureOutputMode
impl Hash for GuestExecCaptureOutputMode
Source§impl Ord for GuestExecCaptureOutputMode
impl Ord for GuestExecCaptureOutputMode
Source§fn cmp(&self, other: &GuestExecCaptureOutputMode) -> Ordering
fn cmp(&self, other: &GuestExecCaptureOutputMode) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GuestExecCaptureOutputMode
impl PartialEq for GuestExecCaptureOutputMode
Source§fn eq(&self, other: &GuestExecCaptureOutputMode) -> bool
fn eq(&self, other: &GuestExecCaptureOutputMode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GuestExecCaptureOutputMode
impl PartialOrd for GuestExecCaptureOutputMode
impl StructuralPartialEq for GuestExecCaptureOutputMode
Auto Trait Implementations§
impl Freeze for GuestExecCaptureOutputMode
impl RefUnwindSafe for GuestExecCaptureOutputMode
impl Send for GuestExecCaptureOutputMode
impl Sync for GuestExecCaptureOutputMode
impl Unpin for GuestExecCaptureOutputMode
impl UnsafeUnpin for GuestExecCaptureOutputMode
impl UnwindSafe for GuestExecCaptureOutputMode
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