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 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 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
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 · 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 PartialOrd for GuestExecCaptureOutputMode
impl PartialOrd for GuestExecCaptureOutputMode
impl Copy for GuestExecCaptureOutputMode
impl Eq 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 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