pub struct Conversation;
Trait Implementations§
Source§impl HasField<__typename> for Conversation
impl HasField<__typename> for Conversation
Source§impl HasField<_id> for Conversation
impl HasField<_id> for Conversation
Source§impl HasField<af> for Conversation
impl HasField<af> for Conversation
Source§impl HasField<archivedBy> for Conversation
impl HasField<archivedBy> for Conversation
Source§impl HasField<archivedByIds> for Conversation
impl HasField<archivedByIds> for Conversation
Source§impl HasField<createdAt> for Conversation
impl HasField<createdAt> for Conversation
Source§impl HasField<hasUnreadMessages> for Conversation
impl HasField<hasUnreadMessages> for Conversation
Source§impl HasField<latestActivity> for Conversation
impl HasField<latestActivity> for Conversation
Source§impl HasField<latestMessage> for Conversation
impl HasField<latestMessage> for Conversation
Source§impl HasField<legacyData> for Conversation
impl HasField<legacyData> for Conversation
Source§impl HasField<messageCount> for Conversation
impl HasField<messageCount> for Conversation
Source§impl HasField<moderator> for Conversation
impl HasField<moderator> for Conversation
Source§impl HasField<participantIds> for Conversation
impl HasField<participantIds> for Conversation
Source§impl HasField<participants> for Conversation
impl HasField<participants> for Conversation
Source§impl HasField<schemaVersion> for Conversation
impl HasField<schemaVersion> for Conversation
Source§impl HasField<title> for Conversation
impl HasField<title> for Conversation
Auto Trait Implementations§
impl Freeze for Conversation
impl RefUnwindSafe for Conversation
impl Send for Conversation
impl Sync for Conversation
impl Unpin for Conversation
impl UnwindSafe for Conversation
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