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