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