Struct spring_mail::header::ContentLocation
source · pub struct ContentLocation(/* private fields */);
Expand description
Content-Location
header,
defined in RFC2110
Trait Implementations§
source§impl AsRef<str> for ContentLocation
impl AsRef<str> for ContentLocation
source§impl Clone for ContentLocation
impl Clone for ContentLocation
source§fn clone(&self) -> ContentLocation
fn clone(&self) -> ContentLocation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ContentLocation
impl Debug for ContentLocation
source§impl From<String> for ContentLocation
impl From<String> for ContentLocation
source§fn from(text: String) -> ContentLocation
fn from(text: String) -> ContentLocation
Converts to this type from the input type.
source§impl Header for ContentLocation
impl Header for ContentLocation
source§impl PartialEq for ContentLocation
impl PartialEq for ContentLocation
impl Eq for ContentLocation
impl StructuralPartialEq for ContentLocation
Auto Trait Implementations§
impl Freeze for ContentLocation
impl RefUnwindSafe for ContentLocation
impl Send for ContentLocation
impl Sync for ContentLocation
impl Unpin for ContentLocation
impl UnwindSafe for ContentLocation
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
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.