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