pub struct PathAndQueryParams {
pub path: HashMap<String, String>,
pub query: HashMap<String, String>,
}Fields§
§path: HashMap<String, String>§query: HashMap<String, String>Auto Trait Implementations§
impl Freeze for PathAndQueryParams
impl RefUnwindSafe for PathAndQueryParams
impl Send for PathAndQueryParams
impl Sync for PathAndQueryParams
impl Unpin for PathAndQueryParams
impl UnwindSafe for PathAndQueryParams
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