Enum base64::CharacterSet [] [src]

pub enum CharacterSet {
    Standard,
    UrlSafe,
}
[]

Available encoding character sets

Variants

[]

The standard character set (uses + and /)

[]

The URL safe character set (uses - and _)

Trait Implementations

impl Clone for CharacterSet
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl Copy for CharacterSet
[src]

impl Debug for CharacterSet
[src]

[src]
[]

Formats the value using the given formatter.