Enum rustc_serialize::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]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for CharacterSet
[src]

impl Debug for CharacterSet
[src]

[]

Formats the value using the given formatter.