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