Enum hyphenation::Language[][src]

pub enum Language {
    Afrikaans,
    Armenian,
    Assamese,
    Basque,
    Belarusian,
    Bengali,
    Bulgarian,
    Catalan,
    Chinese,
    Coptic,
    Croatian,
    Czech,
    Danish,
    Dutch,
    EnglishGB,
    EnglishUS,
    Esperanto,
    Estonian,
    Ethiopic,
    Finnish,
    French,
    Friulan,
    Galician,
    Georgian,
    German1901,
    German1996,
    GermanSwiss,
    GreekAncient,
    GreekMono,
    GreekPoly,
    Gujarati,
    Hindi,
    Hungarian,
    Icelandic,
    Indonesian,
    Interlingua,
    Irish,
    Italian,
    Kannada,
    Kurmanji,
    Latin,
    LatinClassic,
    LatinLiturgical,
    Latvian,
    Lithuanian,
    Malayalam,
    Marathi,
    Mongolian,
    NorwegianBokmal,
    NorwegianNynorsk,
    Occitan,
    Oriya,
    Pali,
    Panjabi,
    Piedmontese,
    Polish,
    Portuguese,
    Romanian,
    Romansh,
    Russian,
    Sanskrit,
    SerbianCyrillic,
    SerbocroatianCyrillic,
    SerbocroatianLatin,
    SlavonicChurch,
    Slovak,
    Slovenian,
    Spanish,
    Swedish,
    Tamil,
    Telugu,
    Thai,
    Turkish,
    Turkmen,
    Ukrainian,
    Uppersorbian,
    Welsh,
}

The set of languages available for hyphenation.

Variants

Methods

impl Language
[src]

The default number of characters from the start and end of a word where breaks may not occur.

The TeX language code.

Trait Implementations

impl<'de> Deserialize<'de> for Language
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Language
[src]

Serialize this value into the given Serde serializer. Read more

impl PartialOrd<Language> for Language
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Hash for Language
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for Language
[src]

Formats the value using the given formatter. Read more

impl Clone for Language
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Language
[src]

Formats the value using the given formatter. Read more

impl Copy for Language
[src]

impl Ord for Language
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl Eq for Language
[src]

impl PartialEq<Language> for Language
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Language

impl Sync for Language