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