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