pub struct NoAutoCompletion;Expand description
Empty struct and implementation of Autocomplete trait. Used for the default
autocompleter of Text prompts.
Trait Implementations§
source§impl Autocomplete for NoAutoCompletion
impl Autocomplete for NoAutoCompletion
source§impl Clone for NoAutoCompletion
impl Clone for NoAutoCompletion
source§fn clone(&self) -> NoAutoCompletion
fn clone(&self) -> NoAutoCompletion
Returns a copy 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 Default for NoAutoCompletion
impl Default for NoAutoCompletion
source§fn default() -> NoAutoCompletion
fn default() -> NoAutoCompletion
Returns the “default value” for a type. Read more