Enum libcrypt_rs::encryptions::Encryptions
source · [−]pub enum Encryptions {
Md5,
Sha256,
Sha512,
Yescrypt,
}
Variants
Md5
MD5 encryption method.
Sha256
sha256 encryption method.
Sha512
sha512 encryption method.
Yescrypt
yescrypt encryption method.
Implementations
sourceimpl Encryptions
impl Encryptions
Auto Trait Implementations
impl RefUnwindSafe for Encryptions
impl Send for Encryptions
impl Sync for Encryptions
impl Unpin for Encryptions
impl UnwindSafe for Encryptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more