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