pub struct Subshell {
pub body: Vec<CompleteCommand>,
pub redirects: Vec<Redirect>,
}Fields§
§body: Vec<CompleteCommand>§redirects: Vec<Redirect>Trait Implementations§
impl StructuralPartialEq for Subshell
Auto Trait Implementations§
impl Freeze for Subshell
impl RefUnwindSafe for Subshell
impl Send for Subshell
impl Sync for Subshell
impl Unpin for Subshell
impl UnsafeUnpin for Subshell
impl UnwindSafe for Subshell
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