pub struct VimModuleProviderExt;Expand description
Marker struct for implementing DefaultModeProviderModule on VimModule.
This is used internally to provide the companion trait implementation.
Implementations§
Source§impl VimModuleProviderExt
impl VimModuleProviderExt
Sourcepub fn default_mode_provider() -> Option<Arc<dyn DefaultModeProvider>>
pub fn default_mode_provider() -> Option<Arc<dyn DefaultModeProvider>>
Get the default mode provider for the Vim module.
Auto Trait Implementations§
impl Freeze for VimModuleProviderExt
impl RefUnwindSafe for VimModuleProviderExt
impl Send for VimModuleProviderExt
impl Sync for VimModuleProviderExt
impl Unpin for VimModuleProviderExt
impl UnsafeUnpin for VimModuleProviderExt
impl UnwindSafe for VimModuleProviderExt
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