Enum imap_types::message::Charset
source · [−]Variants
Atom(Atom<'a>)
Quoted(Quoted<'a>)
Trait Implementations
impl<'a> Eq for Charset<'a>
impl<'a> StructuralEq for Charset<'a>
impl<'a> StructuralPartialEq for Charset<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Charset<'a>
impl<'a> Send for Charset<'a>
impl<'a> Sync for Charset<'a>
impl<'a> Unpin for Charset<'a>
impl<'a> UnwindSafe for Charset<'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