pub enum StdStream {
Stdout,
Stderr,
}
Expand description
An enum representing the available standard streams.
Variants§
Trait Implementations§
impl Copy for StdStream
impl Eq for StdStream
impl StructuralPartialEq for StdStream
Auto Trait Implementations§
impl Freeze for StdStream
impl RefUnwindSafe for StdStream
impl Send for StdStream
impl Sync for StdStream
impl Unpin for StdStream
impl UnwindSafe for StdStream
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