pub struct EmailHeader {
pub name: String,
pub value: String,
}
Fields§
§name: String
§value: String
Trait Implementations§
Source§impl Debug for EmailHeader
impl Debug for EmailHeader
Auto Trait Implementations§
impl Freeze for EmailHeader
impl RefUnwindSafe for EmailHeader
impl Send for EmailHeader
impl Sync for EmailHeader
impl Unpin for EmailHeader
impl UnwindSafe for EmailHeader
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