pub struct Builder { /* private fields */ }
Expand description

This is a builder to help you in a convenient way to build a alphabet based on common chars built-in into the library.

This builder is optional and not required to build a alphabet for the lib.

Implementations

Creates a new empty builder instance.

Shorthand for all possible symbols.

Digits 0 to 9

Letters A-z. Shorthand for with_lc_letters() and with_uc_letters().

Letters ÄÖÜäöü. Shorthand for with_lc_umlauts() and with_uc_umlauts().

Letters A-Z

Letters a-z

Letters ÄÖÜ

Letters äöü

Common special chars on QWERTZ/Y layout, see COMMON_SPECIAL_CHARS.

Other special chars on QWERTZ/Y layout, see ALL_OTHER_SPECIAL_CHARS.

Shorthand for with_all_other_special_chars and with_common_special_chars.

Adds a single char to the alphabet.

Builds the alphabet.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.