pub struct URL<'x> {
pub url: Vec<Cow<'x, str>>,
}
Expand description
URL header, used mostly on List-* headers
Fields§
§url: Vec<Cow<'x, str>>
Implementations§
Trait Implementations§
Source§impl<'x> From<URL<'x>> for HeaderType<'x>
impl<'x> From<URL<'x>> for HeaderType<'x>
Source§impl<'x> Ord for URL<'x>
impl<'x> Ord for URL<'x>
Source§impl<'x> PartialOrd for URL<'x>
impl<'x> PartialOrd for URL<'x>
impl<'x> Eq for URL<'x>
impl<'x> StructuralPartialEq for URL<'x>
Auto Trait Implementations§
impl<'x> Freeze for URL<'x>
impl<'x> RefUnwindSafe for URL<'x>
impl<'x> Send for URL<'x>
impl<'x> Sync for URL<'x>
impl<'x> Unpin for URL<'x>
impl<'x> UnwindSafe for URL<'x>
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