pub struct FullPath(PathAndQuery);
Expand description
Represents the full request path, returned by the full()
filter.
Tuple Fields§
§0: PathAndQuery
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FullPath
impl RefUnwindSafe for FullPath
impl Send for FullPath
impl Sync for FullPath
impl Unpin for FullPath
impl UnwindSafe for FullPath
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