pub struct UpdateChapterInput;
Trait Implementations§
impl HasInputField<data, UpdateChapterDataInput> for UpdateChapterInput
impl HasInputField<selector, SelectorInput> for UpdateChapterInput
impl InputObjectMarker for UpdateChapterInput
Auto Trait Implementations§
impl Freeze for UpdateChapterInput
impl RefUnwindSafe for UpdateChapterInput
impl Send for UpdateChapterInput
impl Sync for UpdateChapterInput
impl Unpin for UpdateChapterInput
impl UnwindSafe for UpdateChapterInput
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