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