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