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