pub struct UrlEncodeArg<Arg>(pub PhantomData<Arg>);Tuple Fields§
§0: PhantomData<Arg>Auto Trait Implementations§
impl<Arg> Freeze for UrlEncodeArg<Arg>
impl<Arg> RefUnwindSafe for UrlEncodeArg<Arg>where
Arg: RefUnwindSafe,
impl<Arg> Send for UrlEncodeArg<Arg>where
Arg: Send,
impl<Arg> Sync for UrlEncodeArg<Arg>where
Arg: Sync,
impl<Arg> Unpin for UrlEncodeArg<Arg>where
Arg: Unpin,
impl<Arg> UnwindSafe for UrlEncodeArg<Arg>where
Arg: UnwindSafe,
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