Struct imap_codec::response::data::CapabilityOther
source · pub struct CapabilityOther<'a> { /* private fields */ }Implementations§
source§impl<'a> CapabilityOther<'a>
impl<'a> CapabilityOther<'a>
pub fn new_unchecked(inner: Atom<'a>) -> CapabilityOther<'a>
pub fn inner(&self) -> &str
Trait Implementations§
source§impl<'a> Clone for CapabilityOther<'a>
impl<'a> Clone for CapabilityOther<'a>
source§fn clone(&self) -> CapabilityOther<'a>
fn clone(&self) -> CapabilityOther<'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 CapabilityOther<'a>
impl<'a> Debug for CapabilityOther<'a>
source§impl<'a> Hash for CapabilityOther<'a>
impl<'a> Hash for CapabilityOther<'a>
source§impl<'a> PartialEq<CapabilityOther<'a>> for CapabilityOther<'a>
impl<'a> PartialEq<CapabilityOther<'a>> for CapabilityOther<'a>
source§fn eq(&self, other: &CapabilityOther<'a>) -> bool
fn eq(&self, other: &CapabilityOther<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.