pub struct EmptyCompleter { /* private fields */ }
Expand description
Completer with no completions
Implementations§
Source§impl EmptyCompleter
impl EmptyCompleter
pub fn new() -> EmptyCompleter
Trait Implementations§
Source§impl Completer for EmptyCompleter
impl Completer for EmptyCompleter
Auto Trait Implementations§
impl Freeze for EmptyCompleter
impl RefUnwindSafe for EmptyCompleter
impl Send for EmptyCompleter
impl Sync for EmptyCompleter
impl Unpin for EmptyCompleter
impl UnwindSafe for EmptyCompleter
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