pub struct PathCompletion;Expand description
PathCompletion will automatically complete paths when possible
Trait Implementations§
Source§impl Clone for PathCompletion
impl Clone for PathCompletion
Source§fn clone(&self) -> PathCompletion
fn clone(&self) -> PathCompletion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Completion for PathCompletion
impl Completion for PathCompletion
Source§impl Debug for PathCompletion
impl Debug for PathCompletion
Source§impl Default for PathCompletion
impl Default for PathCompletion
Source§fn default() -> PathCompletion
fn default() -> PathCompletion
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PathCompletion
impl RefUnwindSafe for PathCompletion
impl Send for PathCompletion
impl Sync for PathCompletion
impl Unpin for PathCompletion
impl UnwindSafe for PathCompletion
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