Struct imap_types::command::ListCharString
source · [−]pub struct ListCharString<'a> { /* private fields */ }Implementations
sourceimpl<'a> ListCharString<'a>
impl<'a> ListCharString<'a>
Trait Implementations
sourceimpl<'a> AsRef<[u8]> for ListCharString<'a>
impl<'a> AsRef<[u8]> for ListCharString<'a>
sourceimpl<'a> Clone for ListCharString<'a>
impl<'a> Clone for ListCharString<'a>
sourcefn clone(&self) -> ListCharString<'a>
fn clone(&self) -> ListCharString<'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 ListCharString<'a>
impl<'a> Debug for ListCharString<'a>
sourceimpl<'a> Encode for ListCharString<'a>
impl<'a> Encode for ListCharString<'a>
sourceimpl<'a> Hash for ListCharString<'a>
impl<'a> Hash for ListCharString<'a>
sourceimpl<'a> PartialEq<ListCharString<'a>> for ListCharString<'a>
impl<'a> PartialEq<ListCharString<'a>> for ListCharString<'a>
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &ListCharString<'a>) -> bool
fn ne(&self, other: &ListCharString<'a>) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a str> for ListCharString<'a>
impl<'a> TryFrom<&'a str> for ListCharString<'a>
sourceimpl<'a> TryFrom<String> for ListCharString<'a>
impl<'a> TryFrom<String> for ListCharString<'a>
impl<'a> Eq for ListCharString<'a>
impl<'a> StructuralEq for ListCharString<'a>
impl<'a> StructuralPartialEq for ListCharString<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ListCharString<'a>
impl<'a> Send for ListCharString<'a>
impl<'a> Sync for ListCharString<'a>
impl<'a> Unpin for ListCharString<'a>
impl<'a> UnwindSafe for ListCharString<'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