enum ShouldContinue {
Continue,
Exit,
}Variants§
Auto Trait Implementations§
impl Freeze for ShouldContinue
impl RefUnwindSafe for ShouldContinue
impl Send for ShouldContinue
impl Sync for ShouldContinue
impl Unpin for ShouldContinue
impl UnsafeUnpin for ShouldContinue
impl UnwindSafe for ShouldContinue
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