Enum rustc_serialize::base64::CharacterSet [] [src]

pub enum CharacterSet {
    Standard,
    UrlSafe,
}

Available encoding character sets

Variants

Standard

The standard character set (uses + and /)

UrlSafe

The URL safe character set (uses - and _)

Trait Implementations

impl Copy for CharacterSet
[src]

impl Clone for CharacterSet
[src]

fn clone(&self) -> CharacterSet

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more