Enum imap_codec::response::data::Capability   
source · pub enum Capability<'a> {
    Imap4Rev1,
    Auth(AuthMechanism<'a>),
    Other(CapabilityOther<'a>),
}Variants§
Trait Implementations§
source§impl<'a> Clone for Capability<'a>
 
impl<'a> Clone for Capability<'a>
source§fn clone(&self) -> Capability<'a>
 
fn clone(&self) -> Capability<'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 Capability<'a>
 
impl<'a> Debug for Capability<'a>
source§impl<'a> Encode for Capability<'a>
 
impl<'a> Encode for Capability<'a>
source§impl<'a> From<Atom<'a>> for Capability<'a>
 
impl<'a> From<Atom<'a>> for Capability<'a>
source§fn from(atom: Atom<'a>) -> Capability<'a>
 
fn from(atom: Atom<'a>) -> Capability<'a>
Converts to this type from the input type.
source§impl<'a> Hash for Capability<'a>
 
impl<'a> Hash for Capability<'a>
source§impl<'a> PartialEq<Capability<'a>> for Capability<'a>
 
impl<'a> PartialEq<Capability<'a>> for Capability<'a>
source§fn eq(&self, other: &Capability<'a>) -> bool
 
fn eq(&self, other: &Capability<'a>) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.