pub struct SilentExit {
pub code: i32,
}Fields§
§code: i32Trait Implementations§
Source§impl Debug for SilentExit
impl Debug for SilentExit
Auto Trait Implementations§
impl Freeze for SilentExit
impl RefUnwindSafe for SilentExit
impl Send for SilentExit
impl Sync for SilentExit
impl Unpin for SilentExit
impl UnwindSafe for SilentExit
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