Enum 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 |
pub enum CharacterSet {
Standard,
UrlSafe,
}Available encoding character sets
Standard | The standard character set (uses |
UrlSafe | The URL safe character set (uses |
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).