Struct skim::SkimOptions

source ·
pub struct SkimOptions<'a> {
Show 31 fields pub bind: Vec<&'a str>, pub multi: bool, pub prompt: Option<&'a str>, pub cmd_prompt: Option<&'a str>, pub expect: Option<String>, pub tac: bool, pub tiebreak: Option<String>, pub ansi: bool, pub exact: bool, pub cmd: Option<&'a str>, pub interactive: bool, pub query: Option<&'a str>, pub cmd_query: Option<&'a str>, pub regex: bool, pub delimiter: Option<&'a str>, pub nth: Option<&'a str>, pub with_nth: Option<&'a str>, pub replstr: Option<&'a str>, pub color: Option<&'a str>, pub margin: Option<&'a str>, pub min_height: Option<&'a str>, pub height: Option<&'a str>, pub preview: Option<&'a str>, pub preview_window: Option<&'a str>, pub reverse: bool, pub read0: bool, pub print0: bool, pub tabstop: Option<&'a str>, pub print_query: bool, pub print_cmd: bool, pub no_hscroll: bool,
}

Fields§

§bind: Vec<&'a str>§multi: bool§prompt: Option<&'a str>§cmd_prompt: Option<&'a str>§expect: Option<String>§tac: bool§tiebreak: Option<String>§ansi: bool§exact: bool§cmd: Option<&'a str>§interactive: bool§query: Option<&'a str>§cmd_query: Option<&'a str>§regex: bool§delimiter: Option<&'a str>§nth: Option<&'a str>§with_nth: Option<&'a str>§replstr: Option<&'a str>§color: Option<&'a str>§margin: Option<&'a str>§min_height: Option<&'a str>§height: Option<&'a str>§preview: Option<&'a str>§preview_window: Option<&'a str>§reverse: bool§read0: bool§print0: bool§tabstop: Option<&'a str>§print_query: bool§print_cmd: bool§no_hscroll: bool

Implementations§

Trait Implementations§

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.