pub struct MultiForumEventInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiForumEventInput
impl HasInputField<enableTotal, Option<bool>> for MultiForumEventInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiForumEventInput
impl HasInputField<terms, Option<JSON>> for MultiForumEventInput
impl InputObjectMarker for MultiForumEventInput
Auto Trait Implementations§
impl Freeze for MultiForumEventInput
impl RefUnwindSafe for MultiForumEventInput
impl Send for MultiForumEventInput
impl Sync for MultiForumEventInput
impl Unpin for MultiForumEventInput
impl UnwindSafe for MultiForumEventInput
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