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