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