pub enum ExitMatch {
Ok,
Failed,
}Variants§
Trait Implementations§
impl Copy for ExitMatch
impl Eq for ExitMatch
impl StructuralPartialEq for ExitMatch
Auto Trait Implementations§
impl Freeze for ExitMatch
impl RefUnwindSafe for ExitMatch
impl Send for ExitMatch
impl Sync for ExitMatch
impl Unpin for ExitMatch
impl UnsafeUnpin for ExitMatch
impl UnwindSafe for ExitMatch
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