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