pub enum BatchDestination {
Stdout,
File(PathBuf),
}Expand description
Where the batch run writes its output.
Variants§
Auto Trait Implementations§
impl Freeze for BatchDestination
impl RefUnwindSafe for BatchDestination
impl Send for BatchDestination
impl Sync for BatchDestination
impl Unpin for BatchDestination
impl UnsafeUnpin for BatchDestination
impl UnwindSafe for BatchDestination
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