pub struct UriEscapedString(/* private fields */);Trait Implementations§
Source§impl AsRef<str> for UriEscapedString
impl AsRef<str> for UriEscapedString
Source§impl Debug for UriEscapedString
impl Debug for UriEscapedString
Source§impl EscapedString for UriEscapedString
impl EscapedString for UriEscapedString
fn from_unescaped(unescaped_str: &str) -> Self
fn already_escaped(escaped_str: String) -> Self
Auto Trait Implementations§
impl Freeze for UriEscapedString
impl RefUnwindSafe for UriEscapedString
impl Send for UriEscapedString
impl Sync for UriEscapedString
impl Unpin for UriEscapedString
impl UnwindSafe for UriEscapedString
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