pub struct JsonKeybindParser;Expand description
JSON keybind parser
Trait Implementations§
Source§impl KeybindParser for JsonKeybindParser
impl KeybindParser for JsonKeybindParser
Auto Trait Implementations§
impl Freeze for JsonKeybindParser
impl RefUnwindSafe for JsonKeybindParser
impl Send for JsonKeybindParser
impl Sync for JsonKeybindParser
impl Unpin for JsonKeybindParser
impl UnwindSafe for JsonKeybindParser
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