Struct mailparsing::MailboxList
source · pub struct MailboxList(pub Vec<Mailbox>);
Tuple Fields§
§0: Vec<Mailbox>
Trait Implementations§
source§impl Clone for MailboxList
impl Clone for MailboxList
source§fn clone(&self) -> MailboxList
fn clone(&self) -> MailboxList
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 MailboxList
impl Debug for MailboxList
source§impl EncodeHeaderValue for MailboxList
impl EncodeHeaderValue for MailboxList
fn encode_value(&self) -> SharedString<'static>
fn as_header(&self, _name: &str) -> Option<Header<'static>>
source§impl PartialEq for MailboxList
impl PartialEq for MailboxList
impl Eq for MailboxList
impl StructuralPartialEq for MailboxList
Auto Trait Implementations§
impl Freeze for MailboxList
impl RefUnwindSafe for MailboxList
impl Send for MailboxList
impl Sync for MailboxList
impl Unpin for MailboxList
impl UnwindSafe for MailboxList
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
)