pub struct SingleForumEventInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleForumEventInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleForumEventInput
impl HasInputField<selector, Option<SelectorInput>> for SingleForumEventInput
impl InputObjectMarker for SingleForumEventInput
Auto Trait Implementations§
impl Freeze for SingleForumEventInput
impl RefUnwindSafe for SingleForumEventInput
impl Send for SingleForumEventInput
impl Sync for SingleForumEventInput
impl Unpin for SingleForumEventInput
impl UnwindSafe for SingleForumEventInput
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