pub enum Stdio {
Stdin,
Stdout,
Stderr,
}
Expand description
The three stdio streams.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Stdio
impl<'de> Deserialize<'de> for Stdio
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl TryFrom<Stdio> for Identifier
impl TryFrom<Stdio> for Identifier
impl Copy for Stdio
impl Eq for Stdio
impl StructuralPartialEq for Stdio
Auto Trait Implementations§
impl Freeze for Stdio
impl RefUnwindSafe for Stdio
impl Send for Stdio
impl Sync for Stdio
impl Unpin for Stdio
impl UnwindSafe for Stdio
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