Struct deltachat::contact::RecentlySeenInterrupt
source · pub(crate) struct RecentlySeenInterrupt {
contact_id: ContactId,
timestamp: i64,
}
Fields§
§contact_id: ContactId
§timestamp: i64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecentlySeenInterrupt
impl RefUnwindSafe for RecentlySeenInterrupt
impl Send for RecentlySeenInterrupt
impl Sync for RecentlySeenInterrupt
impl Unpin for RecentlySeenInterrupt
impl UnwindSafe for RecentlySeenInterrupt
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