pub struct Base64Url;
Available on crate feature
base64
only.Expand description
Encodes the byte sequence into a base64-url representation.
Uses the URL-safe base64 alphabet (with -
and _
instead of +
and /
)
and does not include padding.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Base64Url
impl RefUnwindSafe for Base64Url
impl Send for Base64Url
impl Sync for Base64Url
impl Unpin for Base64Url
impl UnwindSafe for Base64Url
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