Enum run_script::types::IoOptions
source · [−]pub enum IoOptions {
Null,
Pipe,
Inherit,
}
Expand description
Options available for IO
Variants
Null
Corresponds to Stdio::null()
Pipe
Corresponds to Stdio::pipe()
Inherit
Corresponds to Stdio::inherit()
Trait Implementations
impl Copy for IoOptions
impl StructuralPartialEq for IoOptions
Auto Trait Implementations
impl RefUnwindSafe for IoOptions
impl Send for IoOptions
impl Sync for IoOptions
impl Unpin for IoOptions
impl UnwindSafe for IoOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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