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 for URL<'x>
impl<'x> PartialEq for URL<'x>
source§impl<'x> PartialOrd for URL<'x>
impl<'x> PartialOrd 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> 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)