pub struct EmojiCreateInput;Trait Implementations§
impl HasInputField<id, Option<String>> for EmojiCreateInput
impl HasInputField<name, String> for EmojiCreateInput
impl HasInputField<url, String> for EmojiCreateInput
impl InputObjectMarker for EmojiCreateInput
Auto Trait Implementations§
impl Freeze for EmojiCreateInput
impl RefUnwindSafe for EmojiCreateInput
impl Send for EmojiCreateInput
impl Sync for EmojiCreateInput
impl Unpin for EmojiCreateInput
impl UnwindSafe for EmojiCreateInput
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