pub struct Activity<T> {
pub when: Timestamp,
pub who: T,
}Fields§
§when: Timestamp§who: TImplementations§
Trait Implementations§
impl<T: Eq> Eq for Activity<T>
impl<T> StructuralPartialEq for Activity<T>
Auto Trait Implementations§
impl<T> Freeze for Activity<T>where
T: Freeze,
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§
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