pub struct UrlSafe;
Available on crate feature
base64
only.Expand description
The URL safe character set (uses -
and _
).
See RFC 3548.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UrlSafe
impl RefUnwindSafe for UrlSafe
impl Send for UrlSafe
impl Sync for UrlSafe
impl Unpin for UrlSafe
impl UnwindSafe for UrlSafe
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