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§
Auto Trait Implementations§
impl Freeze for Encryptions
impl RefUnwindSafe for Encryptions
impl Send for Encryptions
impl Sync for Encryptions
impl Unpin for Encryptions
impl UnwindSafe for Encryptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more