pub struct ApplicationExit {
pub value: AppReturnValue,
}
Fields§
§value: AppReturnValue
Trait Implementations§
Source§impl Debug for ApplicationExit
impl Debug for ApplicationExit
impl Resource for ApplicationExit
Auto Trait Implementations§
impl Freeze for ApplicationExit
impl RefUnwindSafe for ApplicationExit
impl Send for ApplicationExit
impl Sync for ApplicationExit
impl Unpin for ApplicationExit
impl UnwindSafe for ApplicationExit
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