pub struct ParserCliOutput {
pub stdout: String,
pub exit_code: u8,
}Fields§
§stdout: String§exit_code: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParserCliOutput
impl RefUnwindSafe for ParserCliOutput
impl Send for ParserCliOutput
impl Sync for ParserCliOutput
impl Unpin for ParserCliOutput
impl UnsafeUnpin for ParserCliOutput
impl UnwindSafe for ParserCliOutput
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