pub struct Uri<'a>(/* private fields */);Expand description
Struct representing a parsed URI, which may include path and query segments.
Implementations§
Trait Implementations§
impl<'a> Copy for Uri<'a>
impl<'a> Eq for Uri<'a>
impl<'a> StructuralPartialEq for Uri<'a>
Auto Trait Implementations§
impl<'a> Freeze for Uri<'a>
impl<'a> RefUnwindSafe for Uri<'a>
impl<'a> Send for Uri<'a>
impl<'a> Sync for Uri<'a>
impl<'a> Unpin for Uri<'a>
impl<'a> UnsafeUnpin for Uri<'a>
impl<'a> UnwindSafe for Uri<'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