Struct base64ct::Base64ShaCrypt
source · pub struct Base64ShaCrypt;
Expand description
crypt(3)
Base64 encoding for the following schemes.
- sha1_crypt,
- sha256_crypt,
- sha512_crypt,
- md5_crypt
[.-9] [A-Z] [a-z]
0x2e-0x39, 0x41-0x5a, 0x61-0x7a
Trait Implementations§
source§impl Clone for Base64ShaCrypt
impl Clone for Base64ShaCrypt
source§fn clone(&self) -> Base64ShaCrypt
fn clone(&self) -> Base64ShaCrypt
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 moresource§impl Debug for Base64ShaCrypt
impl Debug for Base64ShaCrypt
source§impl PartialEq<Base64ShaCrypt> for Base64ShaCrypt
impl PartialEq<Base64ShaCrypt> for Base64ShaCrypt
source§fn eq(&self, other: &Base64ShaCrypt) -> bool
fn eq(&self, other: &Base64ShaCrypt) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.