pub struct Base64Url;
Expand description
URL-safe Base64 encoding with =
padding.
[A-Z] [a-z] [0-9] - _
0x41-0x5a, 0x61-0x7a, 0x30-0x39, 0x2d, 0x5f
Auto Trait Implementations
impl RefUnwindSafe for Base64Url
impl Send for Base64Url
impl Sync for Base64Url
impl Unpin for Base64Url
impl UnwindSafe for Base64Url
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