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