pub struct ExitTool {}
Expand description
A tool that exits the program with the given status code.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExitTool
impl RefUnwindSafe for ExitTool
impl Send for ExitTool
impl Sync for ExitTool
impl Unpin for ExitTool
impl UnwindSafe for ExitTool
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