Enum ffsend_api::crypto::b64::CharacterSet
[−]
[src]
pub enum CharacterSet {
Standard,
UrlSafe,
Crypt,
}Available encoding character sets
Variants
StandardThe standard character set (uses + and /)
UrlSafeThe URL safe character set (uses - and _)
CryptThe crypt(3) character set (uses ./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz)
Trait Implementations
impl Copy for CharacterSet[src]
impl Clone for CharacterSet[src]
fn clone(&self) -> CharacterSet[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more