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