Struct madato::types::RenderOptions[][src]

pub struct RenderOptions {
    pub filters: Option<Vec<KVFilter>>,
    pub headings: Option<Headers>,
    pub sheet_name: Option<String>,
}

e

  • The API generally will support the RenderOptions

Fields

Trait Implementations

impl Default for RenderOptions
[src]

Returns the "default value" for a type. Read more

impl Clone for RenderOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations