pub struct ImapMutf7;
Expand description
The character set used in IMAP-modified UTF-7 (uses +
and ,
).
See RFC 3501.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImapMutf7
impl RefUnwindSafe for ImapMutf7
impl Send for ImapMutf7
impl Sync for ImapMutf7
impl Unpin for ImapMutf7
impl UnwindSafe for ImapMutf7
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more