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