Enum rustc_serialize::base64::CharacterSet [−][src]
pub enum CharacterSet {
Standard,
UrlSafe,
}Expand description
Available encoding character sets
Variants
Standard
The standard character set (uses + and /)
UrlSafe
The URL safe character set (uses - and _)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CharacterSet
impl Send for CharacterSet
impl Sync for CharacterSet
impl Unpin for CharacterSet
impl UnwindSafe for CharacterSet
Blanket Implementations
Mutably borrows from an owned value. Read more
