pub struct UrlEncode { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UrlEncode
impl RefUnwindSafe for UrlEncode
impl Send for UrlEncode
impl Sync for UrlEncode
impl Unpin for UrlEncode
impl UnwindSafe for UrlEncode
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