pub struct Bcrypt;
Expand description
The bcrypt character set (uses ./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789
).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bcrypt
impl RefUnwindSafe for Bcrypt
impl Send for Bcrypt
impl Sync for Bcrypt
impl Unpin for Bcrypt
impl UnwindSafe for Bcrypt
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