pub struct NuError {
pub desc: String,
pub exit: Option<ExitStatus>,
pub output: Option<Outcome>,
}Fields§
§desc: String§exit: Option<ExitStatus>§output: Option<Outcome>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NuError
impl RefUnwindSafe for NuError
impl Send for NuError
impl Sync for NuError
impl Unpin for NuError
impl UnwindSafe for NuError
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