pub struct SingleChapterOutput;
Trait Implementations§
Source§impl HasField<__typename> for SingleChapterOutput
impl HasField<__typename> for SingleChapterOutput
Source§impl HasField<result> for SingleChapterOutput
impl HasField<result> for SingleChapterOutput
Auto Trait Implementations§
impl Freeze for SingleChapterOutput
impl RefUnwindSafe for SingleChapterOutput
impl Send for SingleChapterOutput
impl Sync for SingleChapterOutput
impl Unpin for SingleChapterOutput
impl UnwindSafe for SingleChapterOutput
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