Struct mail_builder::headers::url::URL
source · 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> PartialEq<URL<'x>> for URL<'x>
impl<'x> PartialEq<URL<'x>> for URL<'x>
source§impl<'x> PartialOrd<URL<'x>> for URL<'x>
impl<'x> PartialOrd<URL<'x>> for URL<'x>
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<'x> Eq for URL<'x>
impl<'x> StructuralEq for URL<'x>
impl<'x> StructuralPartialEq for URL<'x>
Auto Trait Implementations§
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