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