Struct base64ct::Base64Bcrypt
source · [−]pub struct Base64Bcrypt;
Expand description
bcrypt Base64 encoding.
./ [A-Z] [a-z] [0-9]
0x2e-0x2f, 0x41-0x5a, 0x61-0x7a, 0x30-0x39
Auto Trait Implementations
impl RefUnwindSafe for Base64Bcrypt
impl Send for Base64Bcrypt
impl Sync for Base64Bcrypt
impl Unpin for Base64Bcrypt
impl UnwindSafe for Base64Bcrypt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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