Enum imap_types::command::ListMailbox
source · [−]pub enum ListMailbox<'a> {
Token(ListCharString<'a>),
String(IString<'a>),
}Variants
Token(ListCharString<'a>)
String(IString<'a>)
Trait Implementations
sourceimpl<'a> Clone for ListMailbox<'a>
impl<'a> Clone for ListMailbox<'a>
sourcefn clone(&self) -> ListMailbox<'a>
fn clone(&self) -> ListMailbox<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a> Debug for ListMailbox<'a>
impl<'a> Debug for ListMailbox<'a>
sourceimpl<'a> Encode for ListMailbox<'a>
impl<'a> Encode for ListMailbox<'a>
sourceimpl<'a> Hash for ListMailbox<'a>
impl<'a> Hash for ListMailbox<'a>
sourceimpl<'a> PartialEq<ListMailbox<'a>> for ListMailbox<'a>
impl<'a> PartialEq<ListMailbox<'a>> for ListMailbox<'a>
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &ListMailbox<'a>) -> bool
fn ne(&self, other: &ListMailbox<'a>) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a str> for ListMailbox<'a>
impl<'a> TryFrom<&'a str> for ListMailbox<'a>
sourceimpl<'a> TryFrom<String> for ListMailbox<'a>
impl<'a> TryFrom<String> for ListMailbox<'a>
impl<'a> Eq for ListMailbox<'a>
impl<'a> StructuralEq for ListMailbox<'a>
impl<'a> StructuralPartialEq for ListMailbox<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ListMailbox<'a>
impl<'a> Send for ListMailbox<'a>
impl<'a> Sync for ListMailbox<'a>
impl<'a> Unpin for ListMailbox<'a>
impl<'a> UnwindSafe for ListMailbox<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more