pub struct PathPlus {
pub path_len: usize,
pub query_len: usize,
pub fragment_len: usize,
}
Expand description
The parsing data for a web-based URL from the path to the end.
Fields§
§path_len: usize
§query_len: usize
§fragment_len: usize
Trait Implementations§
Source§impl Ord for PathPlus
impl Ord for PathPlus
Source§impl PartialOrd for PathPlus
impl PartialOrd for PathPlus
impl Copy for PathPlus
impl Eq for PathPlus
impl StructuralPartialEq for PathPlus
Auto Trait Implementations§
impl Freeze for PathPlus
impl RefUnwindSafe for PathPlus
impl Send for PathPlus
impl Sync for PathPlus
impl Unpin for PathPlus
impl UnwindSafe for PathPlus
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