pub struct CASBCrypt;Trait Implementations§
Source§impl CASPasswordHasher for CASBCrypt
impl CASPasswordHasher for CASBCrypt
Source§fn hash_password(password_to_hash: String) -> String
fn hash_password(password_to_hash: String) -> String
Hashes a password using bcrypt. Returns the hashed password as a string.
Auto Trait Implementations§
impl Freeze for CASBCrypt
impl RefUnwindSafe for CASBCrypt
impl Send for CASBCrypt
impl Sync for CASBCrypt
impl Unpin for CASBCrypt
impl UnwindSafe for CASBCrypt
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