pub struct Path<'a> { /* private fields */ }
Expand description
A URL path.
Implementations§
Trait Implementations§
source§impl<'a> Ord for Path<'a>
impl<'a> Ord for Path<'a>
source§impl<'a> PartialEq for Path<'a>
impl<'a> PartialEq for Path<'a>
source§impl<'a> PartialOrd for Path<'a>
impl<'a> PartialOrd for Path<'a>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl<'a> Copy for Path<'a>
impl<'a> Eq for Path<'a>
impl<'a> StructuralEq for Path<'a>
impl<'a> StructuralPartialEq for Path<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Path<'a>
impl<'a> Send for Path<'a>
impl<'a> Sync for Path<'a>
impl<'a> Unpin for Path<'a>
impl<'a> UnwindSafe for Path<'a>
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