pub struct Tail {
path: PathAndQuery,
start_index: usize,
}
Expand description
Represents the tail part of a request path, returned by the tail()
filter.
Fields§
§path: PathAndQuery
§start_index: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Tail
impl RefUnwindSafe for Tail
impl Send for Tail
impl Sync for Tail
impl Unpin for Tail
impl UnwindSafe for Tail
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