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