pub struct RequestParameters {
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 RequestParameters
impl RefUnwindSafe for RequestParameters
impl Send for RequestParameters
impl Sync for RequestParameters
impl Unpin for RequestParameters
impl UnsafeUnpin for RequestParameters
impl UnwindSafe for RequestParameters
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