pub struct SingleConversationOutput;
Trait Implementations§
Source§impl HasField<result> for SingleConversationOutput
impl HasField<result> for SingleConversationOutput
Source§type Type = Option<Conversation>
type Type = Option<Conversation>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleConversationOutput
impl RefUnwindSafe for SingleConversationOutput
impl Send for SingleConversationOutput
impl Sync for SingleConversationOutput
impl Unpin for SingleConversationOutput
impl UnwindSafe for SingleConversationOutput
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