pub struct latestActivity;
Trait Implementations§
Source§impl Field for latestActivity
impl Field for latestActivity
Source§impl HasField<latestActivity> for Conversation
impl HasField<latestActivity> for Conversation
Auto Trait Implementations§
impl Freeze for latestActivity
impl RefUnwindSafe for latestActivity
impl Send for latestActivity
impl Sync for latestActivity
impl Unpin for latestActivity
impl UnwindSafe for latestActivity
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