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