pub struct UrlSafe;Expand description
The RFC 4648 URL-safe Base64 alphabet.
Trait Implementations§
impl Copy for UrlSafe
impl Eq for UrlSafe
impl StructuralPartialEq for UrlSafe
Auto Trait Implementations§
impl Freeze for UrlSafe
impl RefUnwindSafe for UrlSafe
impl Send for UrlSafe
impl Sync for UrlSafe
impl Unpin for UrlSafe
impl UnsafeUnpin 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