pub struct conversation;
Trait Implementations§
Source§impl Field for conversation
impl Field for conversation
Source§impl HasField<conversation> for Message
impl HasField<conversation> for Message
Source§type Type = Option<Conversation>
type Type = Option<Conversation>
The schema marker type of this field.
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