Struct randomorg::AllowedCharacters [] [src]

pub struct AllowedCharacters(pub BTreeSet<char>);

Allowed characters

Trait Implementations

impl Debug for AllowedCharacters
[src]

Formats the value using the given formatter.

impl Clone for AllowedCharacters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more