pub struct contents;
Trait Implementations§
impl HasInputField<contents, Option<JSON>> for UpdateChapterDataInput
Auto Trait Implementations§
impl Freeze for contents
impl RefUnwindSafe for contents
impl Send for contents
impl Sync for contents
impl Unpin for contents
impl UnwindSafe for contents
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