Struct imap_types::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> 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 ==.source§impl<'a> TryFrom<&'a [u8]> for MailboxOther<'a>
impl<'a> TryFrom<&'a [u8]> for MailboxOther<'a>
source§impl<'a> TryFrom<&'a str> for MailboxOther<'a>
impl<'a> TryFrom<&'a str> for MailboxOther<'a>
source§impl<'a> TryFrom<AString<'a>> for MailboxOther<'a>
impl<'a> TryFrom<AString<'a>> for MailboxOther<'a>
source§impl<'a> TryFrom<String> for MailboxOther<'a>
impl<'a> TryFrom<String> for MailboxOther<'a>
impl<'a> Eq for MailboxOther<'a>
impl<'a> StructuralEq for MailboxOther<'a>
impl<'a> StructuralPartialEq for MailboxOther<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for MailboxOther<'a>
impl<'a> Send for MailboxOther<'a>
impl<'a> Sync for MailboxOther<'a>
impl<'a> Unpin for MailboxOther<'a>
impl<'a> UnwindSafe for MailboxOther<'a>
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