pub struct BashRoot {
pub elements: Vec<Element>,
}Fields§
§elements: Vec<Element>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BashRoot
impl RefUnwindSafe for BashRoot
impl Send for BashRoot
impl Sync for BashRoot
impl Unpin for BashRoot
impl UnwindSafe for BashRoot
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