Struct lucas_test::api::process::ExitStatus
source · [−]pub struct ExitStatus { /* private fields */ }Expand description
Describes the result of a process after it has terminated.
Implementations
sourceimpl ExitStatus
impl ExitStatus
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExitStatus
impl Send for ExitStatus
impl Sync for ExitStatus
impl Unpin for ExitStatus
impl UnwindSafe for ExitStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more