pub struct Bcrypt;Expand description
The bcrypt Base64 alphabet.
This alphabet is commonly used by bcrypt hash strings. It is provided as an
alphabet/profile building block; base64-ng does not parse or verify full
bcrypt password-hash records.
Trait Implementations§
impl Copy for Bcrypt
impl Eq for Bcrypt
impl StructuralPartialEq for Bcrypt
Auto Trait Implementations§
impl Freeze for Bcrypt
impl RefUnwindSafe for Bcrypt
impl Send for Bcrypt
impl Sync for Bcrypt
impl Unpin for Bcrypt
impl UnsafeUnpin 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