pub struct FilenameCompleter { /* private fields */ }
Expand description
Completer for filenames in the current working_dir
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FilenameCompleter
impl RefUnwindSafe for FilenameCompleter
impl Send for FilenameCompleter
impl Sync for FilenameCompleter
impl Unpin for FilenameCompleter
impl UnwindSafe for FilenameCompleter
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