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