Struct imap_codec::message::MailboxOther
source · pub struct MailboxOther<'a>(_);Implementations§
Trait Implementations§
source§impl<'a> AsRef<[u8]> for MailboxOther<'a>
impl<'a> AsRef<[u8]> for MailboxOther<'a>
source§impl<'a> Clone for MailboxOther<'a>
impl<'a> Clone for MailboxOther<'a>
source§fn clone(&self) -> MailboxOther<'a>
fn clone(&self) -> MailboxOther<'a>
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<'a> Debug for MailboxOther<'a>
impl<'a> Debug for MailboxOther<'a>
source§impl<'a> Encode for MailboxOther<'a>
impl<'a> Encode for MailboxOther<'a>
source§impl<'a> Hash for MailboxOther<'a>
impl<'a> Hash for MailboxOther<'a>
source§impl<'a> PartialEq<MailboxOther<'a>> for MailboxOther<'a>
impl<'a> PartialEq<MailboxOther<'a>> for MailboxOther<'a>
source§fn eq(&self, other: &MailboxOther<'a>) -> bool
fn eq(&self, other: &MailboxOther<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.