pub struct Activity<T> {
pub when: Timestamp,
pub who: T,
}Fields
when: Timestampwho: TImplementations
Trait Implementations
sourceimpl<T: PartialEq> PartialEq<Activity<T>> for Activity<T>
impl<T: PartialEq> PartialEq<Activity<T>> for Activity<T>
impl<T: Eq> Eq for Activity<T>
impl<T> StructuralEq for Activity<T>
impl<T> StructuralPartialEq for Activity<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for Activity<T>where
T: RefUnwindSafe,
impl<T> Send for Activity<T>where
T: Send,
impl<T> Sync for Activity<T>where
T: Sync,
impl<T> Unpin for Activity<T>where
T: Unpin,
impl<T> UnwindSafe for Activity<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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