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