pub struct conversation;
Trait Implementations§
Source§impl Field for conversation
impl Field for conversation
Source§impl HasArgument<input> for conversation
impl HasArgument<input> for conversation
Source§type ArgumentType = Option<SingleConversationInput>
type ArgumentType = Option<SingleConversationInput>
The schema marker type of this argument.
Source§impl HasField<conversation> for Query
impl HasField<conversation> for Query
Source§type Type = Option<SingleConversationOutput>
type Type = Option<SingleConversationOutput>
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