pub struct CommandAutoComplete { /* private fields */ }Expand description
Tab-completion engine: prefix-matches command names.
Implementations§
Source§impl CommandAutoComplete
impl CommandAutoComplete
Trait Implementations§
Source§impl Clone for CommandAutoComplete
impl Clone for CommandAutoComplete
Source§fn clone(&self) -> CommandAutoComplete
fn clone(&self) -> CommandAutoComplete
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 Debug for CommandAutoComplete
impl Debug for CommandAutoComplete
Source§impl Default for CommandAutoComplete
impl Default for CommandAutoComplete
Source§fn default() -> CommandAutoComplete
fn default() -> CommandAutoComplete
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CommandAutoComplete
impl RefUnwindSafe for CommandAutoComplete
impl Send for CommandAutoComplete
impl Sync for CommandAutoComplete
impl Unpin for CommandAutoComplete
impl UnsafeUnpin for CommandAutoComplete
impl UnwindSafe for CommandAutoComplete
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