pub struct FullPath(pub String);Expand description
Extracts the full request path.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl FromRequest for FullPath
impl FromRequest for FullPath
Source§type Error = ExtractError
type Error = ExtractError
The error type returned when extraction fails.
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