pub struct ProgressOutput {
pub stdout: String,
pub stderr: String,
pub output: String,
}Expand description
Parameters for progress output
Fields§
§stdout: String§stderr: String§output: StringAuto Trait Implementations§
impl Freeze for ProgressOutput
impl RefUnwindSafe for ProgressOutput
impl Send for ProgressOutput
impl Sync for ProgressOutput
impl Unpin for ProgressOutput
impl UnsafeUnpin for ProgressOutput
impl UnwindSafe for ProgressOutput
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