Enum imap_codec::command::ListMailbox  
source · pub enum ListMailbox<'a> {
    Token(ListCharString<'a>),
    String(IString<'a>),
}Variants§
Token(ListCharString<'a>)
String(IString<'a>)
Trait Implementations§
source§impl<'a> Clone for ListMailbox<'a>
 
impl<'a> Clone for ListMailbox<'a>
source§fn clone(&self) -> ListMailbox<'a>
 
fn clone(&self) -> ListMailbox<'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 ListMailbox<'a>
 
impl<'a> Debug for ListMailbox<'a>
source§impl<'a> Encode for ListMailbox<'a>
 
impl<'a> Encode for ListMailbox<'a>
source§impl<'a> Hash for ListMailbox<'a>
 
impl<'a> Hash for ListMailbox<'a>
source§impl<'a> PartialEq<ListMailbox<'a>> for ListMailbox<'a>
 
impl<'a> PartialEq<ListMailbox<'a>> for ListMailbox<'a>
source§fn eq(&self, other: &ListMailbox<'a>) -> bool
 
fn eq(&self, other: &ListMailbox<'a>) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.