Struct string_generator::GenStringError [] [src]

pub struct GenStringError { /* fields omitted */ }

Error type for string generation. empty contains any catagories that contained no variants, and so therefore had no effect on the generated string; failed contains any catagories that were requested by the pattern but did not exist in the catagories hashmap; attempt contains what the program could construct ignoring any errors. It should be noted, that if any error occurs, there will be null characters (U+0000) present in the string.

Methods

impl GenStringError
[src]

Trait Implementations

impl Debug for GenStringError
[src]

Formats the value using the given formatter.

impl Clone for GenStringError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GenStringError
[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 GenStringError
[src]