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