pub struct Subshell<'tree> {
pub span: Span,
pub children: Vec<SubshellChildren<'tree>>,
}Fields§
§span: Span§children: Vec<SubshellChildren<'tree>>Trait Implementations§
impl<'tree> Eq for Subshell<'tree>
impl<'tree> StructuralPartialEq for Subshell<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Subshell<'tree>
impl<'tree> RefUnwindSafe for Subshell<'tree>
impl<'tree> Send for Subshell<'tree>
impl<'tree> Sync for Subshell<'tree>
impl<'tree> Unpin for Subshell<'tree>
impl<'tree> UnsafeUnpin for Subshell<'tree>
impl<'tree> UnwindSafe for Subshell<'tree>
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