pub enum UrlSafeNoPad {}
Expand description
URL-safe character set without padding
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UrlSafeNoPad
impl RefUnwindSafe for UrlSafeNoPad
impl Send for UrlSafeNoPad
impl Sync for UrlSafeNoPad
impl Unpin for UrlSafeNoPad
impl UnwindSafe for UrlSafeNoPad
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