pub enum StdStream {
Stdout,
Stderr,
}
Expand description
An enum representing the available standard streams.
Variants
Stdout
Standard output.
Stderr
Standard error.
Trait Implementations
impl Copy for StdStream
impl Eq for StdStream
impl StructuralEq for StdStream
impl StructuralPartialEq for StdStream
Auto Trait Implementations
impl RefUnwindSafe for StdStream
impl Send for StdStream
impl Sync for StdStream
impl Unpin for StdStream
impl UnwindSafe for StdStream
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more