Struct deltachat::contact::RecentlySeenLoop
source · pub(crate) struct RecentlySeenLoop {
handle: JoinHandle<()>,
interrupt_send: Sender<RecentlySeenInterrupt>,
}
Fields§
§handle: JoinHandle<()>
Task running “recently seen” loop.
interrupt_send: Sender<RecentlySeenInterrupt>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecentlySeenLoop
impl RefUnwindSafe for RecentlySeenLoop
impl Send for RecentlySeenLoop
impl Sync for RecentlySeenLoop
impl Unpin for RecentlySeenLoop
impl UnwindSafe for RecentlySeenLoop
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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