pub struct PathData {
pub path: String,
pub pathname: String,
pub querystring: String,
pub query: QueryData,
}
Expand description
Path
fn my_path(Path(path): Path<MyStruct>) { }
Fields§
§path: String
§pathname: String
§querystring: String
§query: QueryData
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathData
impl RefUnwindSafe for PathData
impl Send for PathData
impl Sync for PathData
impl Unpin for PathData
impl UnwindSafe for PathData
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