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