Struct mailparsing::MessageID
source · pub struct MessageID(pub String);
Tuple Fields§
§0: String
Trait Implementations§
source§impl EncodeHeaderValue for MessageID
impl EncodeHeaderValue for MessageID
fn encode_value(&self) -> SharedString<'static>
fn as_header(&self, _name: &str) -> Option<Header<'static>>
impl Eq for MessageID
impl StructuralPartialEq for MessageID
Auto Trait Implementations§
impl Freeze for MessageID
impl RefUnwindSafe for MessageID
impl Send for MessageID
impl Sync for MessageID
impl Unpin for MessageID
impl UnwindSafe for MessageID
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)