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