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