Enum oursh::program::posix::ast::Redirect [−][src]
pub enum Redirect {
RW {
n: RawFd,
filename: String,
},
Read {
n: RawFd,
filename: String,
duplicate: bool,
},
Write {
n: RawFd,
filename: String,
duplicate: bool,
clobber: bool,
append: bool,
},
}Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Redirect
impl UnwindSafe for Redirect
Blanket Implementations
Mutably borrows from an owned value. Read more