Struct imap_codec::core::Atom
source · pub struct Atom<'a>(_);Expand description
An atom.
“An atom consists of one or more non-special characters.” (RFC 3501)
Implementations§
Trait Implementations§
source§impl<'a> From<Atom<'a>> for AuthMechanism<'a>
impl<'a> From<Atom<'a>> for AuthMechanism<'a>
source§fn from(inner: Atom<'a>) -> AuthMechanism<'a>
fn from(inner: Atom<'a>) -> AuthMechanism<'a>
Converts to this type from the input type.
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> Ord for Atom<'a>
impl<'a> Ord for Atom<'a>
source§impl<'a> PartialEq<Atom<'a>> for Atom<'a>
impl<'a> PartialEq<Atom<'a>> for Atom<'a>
source§impl<'a> PartialOrd<Atom<'a>> for Atom<'a>
impl<'a> PartialOrd<Atom<'a>> for Atom<'a>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more