Enum rustc_serialize::base64::CharacterSet
[−]
[src]
pub enum CharacterSet { Standard, UrlSafe, }
Available encoding character sets
Variants
Standard | The standard character set (uses | |
UrlSafe | The URL safe character set (uses |
Trait Implementations
Derived Implementations
impl Debug for CharacterSet
[src]
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