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