Enum fm::completion::InputCompleted
source · pub enum InputCompleted {
Nothing,
Goto,
Search,
Exec,
}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
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
Auto Trait Implementations§
impl RefUnwindSafe for InputCompleted
impl Send for InputCompleted
impl Sync for InputCompleted
impl Unpin for InputCompleted
impl UnwindSafe for InputCompleted
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for Pwhere
R: Read + ReadEndian<P>,
P: Default,
impl<R, P> ReadPrimitive<R> for Pwhere
R: Read + ReadEndian<P>,
P: Default,
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().