pub enum ManageAction {
Continue,
Exit,
}Expand description
Action returned from UI
Variants§
Trait Implementations§
Source§impl Clone for ManageAction
impl Clone for ManageAction
Source§fn clone(&self) -> ManageAction
fn clone(&self) -> ManageAction
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ManageAction
impl Debug for ManageAction
impl Copy for ManageAction
Auto Trait Implementations§
impl Freeze for ManageAction
impl RefUnwindSafe for ManageAction
impl Send for ManageAction
impl Sync for ManageAction
impl Unpin for ManageAction
impl UnwindSafe for ManageAction
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