pub enum CommandDispatchSourceKindV1 {
Pointer,
Keyboard,
Shortcut,
Programmatic,
}Expand description
Best-effort classification of where a command dispatch originated.
This is diagnostics-only metadata intended to improve explainability in fretboard diag.
Variants§
Trait Implementations§
Source§impl Clone for CommandDispatchSourceKindV1
impl Clone for CommandDispatchSourceKindV1
Source§fn clone(&self) -> CommandDispatchSourceKindV1
fn clone(&self) -> CommandDispatchSourceKindV1
Returns a duplicate 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 CommandDispatchSourceKindV1
impl Debug for CommandDispatchSourceKindV1
impl Copy for CommandDispatchSourceKindV1
impl Eq for CommandDispatchSourceKindV1
impl StructuralPartialEq for CommandDispatchSourceKindV1
Auto Trait Implementations§
impl Freeze for CommandDispatchSourceKindV1
impl RefUnwindSafe for CommandDispatchSourceKindV1
impl Send for CommandDispatchSourceKindV1
impl Sync for CommandDispatchSourceKindV1
impl Unpin for CommandDispatchSourceKindV1
impl UnsafeUnpin for CommandDispatchSourceKindV1
impl UnwindSafe for CommandDispatchSourceKindV1
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