Struct hyphenation_commons::dictionary::extended::Exceptions[][src]

pub struct Exceptions(pub HashMap<String, Vec<(usize, Option<Subregion>)>>);

A specialized hashmap associating words to their known hyphenation.

Trait Implementations

impl Clone for Exceptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Exceptions
[src]

Formats the value using the given formatter. Read more

impl Default for Exceptions
[src]

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

impl PartialEq for Exceptions
[src]

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

This method tests for !=.

impl Eq for Exceptions
[src]

Auto Trait Implementations

impl Send for Exceptions

impl Sync for Exceptions