Enum yash_syntax::syntax::RedirBody
source · [−]Expand description
Part of a redirection that defines the nature of the resulting file descriptor.
Variants
Normal
Normal redirection.
HereDoc(Rc<HereDoc>)
Here-document.
Implementations
Trait Implementations
impl Eq for RedirBody
impl StructuralEq for RedirBody
impl StructuralPartialEq for RedirBody
Auto Trait Implementations
impl !RefUnwindSafe for RedirBody
impl !Send for RedirBody
impl !Sync for RedirBody
impl Unpin for RedirBody
impl !UnwindSafe for RedirBody
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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