pub struct UpdateChapterDataInput;
Trait Implementations§
impl HasInputField<contents, Option<JSON>> for UpdateChapterDataInput
impl HasInputField<data, UpdateChapterDataInput> for UpdateChapterInput
impl HasInputField<legacyData, Option<JSON>> for UpdateChapterDataInput
impl HasInputField<number, Option<f64>> for UpdateChapterDataInput
impl HasInputField<postIds, Option<Vec<String>>> for UpdateChapterDataInput
impl HasInputField<sequenceId, Option<String>> for UpdateChapterDataInput
impl HasInputField<subtitle, Option<String>> for UpdateChapterDataInput
impl HasInputField<title, Option<String>> for UpdateChapterDataInput
impl InputObjectMarker for UpdateChapterDataInput
Auto Trait Implementations§
impl Freeze for UpdateChapterDataInput
impl RefUnwindSafe for UpdateChapterDataInput
impl Send for UpdateChapterDataInput
impl Sync for UpdateChapterDataInput
impl Unpin for UpdateChapterDataInput
impl UnwindSafe for UpdateChapterDataInput
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