pub enum RnxField {
Show 13 variants
Command,
Timeout,
StdoutLimit,
StderrLimit,
Stdin,
Executed,
ReturnCode,
Stdout,
Stderr,
TotalStdout,
TotalStderr,
Started,
Concluded,
}Variants§
Command
Timeout
StdoutLimit
StderrLimit
Stdin
Executed
ReturnCode
Stdout
Stderr
TotalStdout
TotalStderr
Started
Concluded
Trait Implementations§
impl Copy for RnxField
impl Eq for RnxField
impl StructuralPartialEq for RnxField
Auto Trait Implementations§
impl Freeze for RnxField
impl RefUnwindSafe for RnxField
impl Send for RnxField
impl Sync for RnxField
impl Unpin for RnxField
impl UnsafeUnpin for RnxField
impl UnwindSafe for RnxField
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