pub enum LauncherAction {
Delegate(CommandPlan),
PrintHelp,
PrintVersion,
}Variants§
Trait Implementations§
Source§impl Debug for LauncherAction
impl Debug for LauncherAction
Source§impl PartialEq for LauncherAction
impl PartialEq for LauncherAction
Source§fn eq(&self, other: &LauncherAction) -> bool
fn eq(&self, other: &LauncherAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LauncherAction
impl StructuralPartialEq for LauncherAction
Auto Trait Implementations§
impl Freeze for LauncherAction
impl RefUnwindSafe for LauncherAction
impl Send for LauncherAction
impl Sync for LauncherAction
impl Unpin for LauncherAction
impl UnsafeUnpin for LauncherAction
impl UnwindSafe for LauncherAction
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