pub struct UrlASCII;
Expand description
Percent encode alphabet.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UrlASCII
impl RefUnwindSafe for UrlASCII
impl Send for UrlASCII
impl Sync for UrlASCII
impl Unpin for UrlASCII
impl UnwindSafe for UrlASCII
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