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