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