Struct smtp_queue_fs::FsInflightMail
source · [−]pub struct FsInflightMail { /* private fields */ }
Trait Implementations
sourceimpl Debug for FsInflightMail
impl Debug for FsInflightMail
sourceimpl InflightMail for FsInflightMail
impl InflightMail for FsInflightMail
Auto Trait Implementations
impl RefUnwindSafe for FsInflightMail
impl Send for FsInflightMail
impl Sync for FsInflightMail
impl Unpin for FsInflightMail
impl UnwindSafe for FsInflightMail
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