Enum kana_converter::ConvertMode[][src]

pub enum ConvertMode {
    KanaOnly,
    AsciiOnly,
    KanaAndAscii,
}

Mode for conversion utilities, either only convert Kana (katakana and hiragana) characters, ASCII characters, or both.

Variants

Trait Implementations

impl Clone for ConvertMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ConvertMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for ConvertMode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ConvertMode

impl Sync for ConvertMode