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