Struct terminal_cli::AutocompleteLine [−] [src]

pub struct AutocompleteLine {
    pub full_new_line: String,
    pub additional_part: String,
}

One autocomplete suggestion

Fields

full_new_line

The entire new suggested line buffer

additional_part

The additional suggested part of the buffer, can be sent to the terminal device

Trait Implementations

Derived Implementations

impl Clone for AutocompleteLine

fn clone(&self) -> AutocompleteLine

fn clone_from(&mut self, source: &Self)

impl Debug for AutocompleteLine

fn fmt(&self, __arg_0: &mut Formatter) -> Result