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