pub struct EmailChannel { /* private fields */ }Expand description
Stub for future Email integration (v0.5.3).
Will use SMTP for sending review summaries and IMAP for parsing replies.
Implementations§
Auto Trait Implementations§
impl Freeze for EmailChannel
impl RefUnwindSafe for EmailChannel
impl Send for EmailChannel
impl Sync for EmailChannel
impl Unpin for EmailChannel
impl UnsafeUnpin for EmailChannel
impl UnwindSafe for EmailChannel
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