pub enum KeyMode {
KeyModeReplace(KeyModeReplace),
KeyModeOverride(KeyModeOverride),
KeyModeAugment(KeyModeAugment),
}
Variants§
Trait Implementations§
impl StructuralPartialEq for KeyMode
Auto Trait Implementations§
impl Freeze for KeyMode
impl RefUnwindSafe for KeyMode
impl Send for KeyMode
impl Sync for KeyMode
impl Unpin for KeyMode
impl UnwindSafe for KeyMode
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