pub enum BreakingAction {
Quit,
}Expand description
Actions that can be taken by components.
Variants§
Quit
Quit the loop.
Auto Trait Implementations§
impl Freeze for BreakingAction
impl RefUnwindSafe for BreakingAction
impl Send for BreakingAction
impl Sync for BreakingAction
impl Unpin for BreakingAction
impl UnwindSafe for BreakingAction
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