pub struct CmdExit {
pub code: i32,
pub message: Option<String>,
}Fields§
§code: i32§message: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CmdExit
impl Send for CmdExit
impl Sync for CmdExit
impl Unpin for CmdExit
impl UnwindSafe for CmdExit
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