pub struct PreRunError(pub String);Expand description
A pre-run failure (config/setup — no report exists yet): stderr + exit 1.
Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PreRunError
impl RefUnwindSafe for PreRunError
impl Send for PreRunError
impl Sync for PreRunError
impl Unpin for PreRunError
impl UnsafeUnpin for PreRunError
impl UnwindSafe for PreRunError
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