pub enum Stream {
Stdout,
Stderr,
Either,
}
Variants§
Stdout
Stderr
Either
When unsure which will be used (lowest common denominator of Stdout
and Stderr
)
Trait Implementations§
source§impl PartialEq for Stream
impl PartialEq for Stream
impl Copy for Stream
impl Eq for Stream
impl StructuralPartialEq for Stream
Auto Trait Implementations§
impl Freeze for Stream
impl RefUnwindSafe for Stream
impl Send for Stream
impl Sync for Stream
impl Unpin for Stream
impl UnwindSafe for Stream
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