Struct base64ct::Base64Crypt
source · [−]pub struct Base64Crypt;
Expand description
crypt(3)
Base64 encoding.
[.-9] [A-Z] [a-z]
0x2e-0x39, 0x41-0x5a, 0x61-0x7a
Auto Trait Implementations
impl RefUnwindSafe for Base64Crypt
impl Send for Base64Crypt
impl Sync for Base64Crypt
impl Unpin for Base64Crypt
impl UnwindSafe for Base64Crypt
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