pub enum CmdType {
SingleKey,
MultipleKeys,
OpenKeys,
FilterKeys,
Cmd,
}Variants§
Trait Implementations§
impl StructuralPartialEq for CmdType
Auto Trait Implementations§
impl Freeze for CmdType
impl RefUnwindSafe for CmdType
impl Send for CmdType
impl Sync for CmdType
impl Unpin for CmdType
impl UnwindSafe for CmdType
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