pub enum StdFileKind {
Stdin,
Stdout,
Stderr,
}Expand description
Which standard stream to wrap in create_std_file.
Variants§
Auto Trait Implementations§
impl Freeze for StdFileKind
impl RefUnwindSafe for StdFileKind
impl Send for StdFileKind
impl Sync for StdFileKind
impl Unpin for StdFileKind
impl UnsafeUnpin for StdFileKind
impl UnwindSafe for StdFileKind
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