Struct base64ct::Base64Bcrypt
source · pub struct Base64Bcrypt;Expand description
bcrypt Base64 encoding.
./ [A-Z] [a-z] [0-9]
0x2e-0x2f, 0x41-0x5a, 0x61-0x7a, 0x30-0x39
Trait Implementations§
source§impl Clone for Base64Bcrypt
impl Clone for Base64Bcrypt
source§fn clone(&self) -> Base64Bcrypt
fn clone(&self) -> Base64Bcrypt
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