Enum fm::completion::InputCompleted
source · pub enum InputCompleted {
Nothing,
Goto,
Search,
Exec,
Command,
}Expand description
Different kind of completions
Variants§
Nothing
No completion needed
Goto
Complete a directory path in filesystem
Search
Complete a filename from current directory
Exec
Complete an executable name from $PATH
Command
Command
Trait Implementations§
source§impl Clone for InputCompleted
impl Clone for InputCompleted
source§fn clone(&self) -> InputCompleted
fn clone(&self) -> InputCompleted
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 InputCompleted
impl Default for InputCompleted
source§fn default() -> InputCompleted
fn default() -> InputCompleted
Returns the “default value” for a type. Read more