pub enum Streams {
Stdout,
Stderr,
}Expand description
Simplified type for a stream.
By default, spinoff uses Streams::Stdout.
Variants§
Implementations§
Trait Implementations§
impl Copy for Streams
Auto Trait Implementations§
impl Freeze for Streams
impl RefUnwindSafe for Streams
impl Send for Streams
impl Sync for Streams
impl Unpin for Streams
impl UnwindSafe for Streams
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