pub enum ParseKeyActionErrorKind {
FromText,
Layout,
Key,
Modifier,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for ParseKeyActionErrorKind
impl Clone for ParseKeyActionErrorKind
Source§fn clone(&self) -> ParseKeyActionErrorKind
fn clone(&self) -> ParseKeyActionErrorKind
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 ParseKeyActionErrorKind
impl Debug for ParseKeyActionErrorKind
Source§impl PartialEq for ParseKeyActionErrorKind
impl PartialEq for ParseKeyActionErrorKind
impl Eq for ParseKeyActionErrorKind
impl StructuralPartialEq for ParseKeyActionErrorKind
Auto Trait Implementations§
impl Freeze for ParseKeyActionErrorKind
impl RefUnwindSafe for ParseKeyActionErrorKind
impl Send for ParseKeyActionErrorKind
impl Sync for ParseKeyActionErrorKind
impl Unpin for ParseKeyActionErrorKind
impl UnwindSafe for ParseKeyActionErrorKind
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