Struct wana_kana::Options [] [src]

pub struct Options {
    pub use_obsolete_kana: bool,
    pub pass_romaji: bool,
    pub upcase_katakana: bool,
    pub imemode: bool,
}

Fields

Trait Implementations

impl Debug for Options
[src]

[src]

Formats the value using the given formatter.

impl Default for Options
[src]

[src]

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

impl Clone for Options
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more