Struct base64ct::Base64Crypt
source · pub struct Base64Crypt;Expand description
crypt(3) Base64 encoding.
[.-9] [A-Z] [a-z]
0x2e-0x39, 0x41-0x5a, 0x61-0x7a
Trait Implementations§
source§impl Clone for Base64Crypt
impl Clone for Base64Crypt
source§fn clone(&self) -> Base64Crypt
fn clone(&self) -> Base64Crypt
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more