Struct tabulate::Options

source ·
pub struct Options {
    pub truncate: Option<Ranges>,
    pub ratio: f64,
    pub lines: usize,
    pub include_cols: Option<Ranges>,
    pub exclude_cols: Ranges,
    pub delim: String,
    pub output_delim: String,
    pub strict_delim: bool,
    pub print_info: bool,
    pub online: bool,
}

Fields

truncate: Option<Ranges>ratio: f64lines: usizeinclude_cols: Option<Ranges>exclude_cols: Rangesdelim: Stringoutput_delim: Stringstrict_delim: boolprint_info: boolonline: bool

Trait Implementations

Formats the value using the given formatter. 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.