pub enum TestToolDateResult {
Output(Vec<String>),
Exit(i32),
}Expand description
Result of test-tool date — either lines for stdout or a process exit code (no output).
Variants§
Auto Trait Implementations§
impl Freeze for TestToolDateResult
impl RefUnwindSafe for TestToolDateResult
impl Send for TestToolDateResult
impl Sync for TestToolDateResult
impl Unpin for TestToolDateResult
impl UnsafeUnpin for TestToolDateResult
impl UnwindSafe for TestToolDateResult
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