pub struct DefaultViKeywordRule;
Implementations§
Trait Implementations§
Source§impl Default for DefaultViKeywordRule
impl Default for DefaultViKeywordRule
Source§impl ViKeywordRule for DefaultViKeywordRule
impl ViKeywordRule for DefaultViKeywordRule
Source§fn is_vi_keyword(&self, str: &str) -> bool
fn is_vi_keyword(&self, str: &str) -> bool
All alphanumeric characters and _ are considered valid for keywords in vi by default.
Auto Trait Implementations§
impl Freeze for DefaultViKeywordRule
impl RefUnwindSafe for DefaultViKeywordRule
impl Send for DefaultViKeywordRule
impl Sync for DefaultViKeywordRule
impl Unpin for DefaultViKeywordRule
impl UnwindSafe for DefaultViKeywordRule
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