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