pub struct WrappedDataByYear;
Trait Implementations§
Source§impl HasField<__typename> for WrappedDataByYear
impl HasField<__typename> for WrappedDataByYear
Source§impl HasField<commentCount> for WrappedDataByYear
impl HasField<commentCount> for WrappedDataByYear
Source§impl HasField<daysVisited> for WrappedDataByYear
impl HasField<daysVisited> for WrappedDataByYear
Source§impl HasField<karmaChange> for WrappedDataByYear
impl HasField<karmaChange> for WrappedDataByYear
Source§impl HasField<mostReadAuthors> for WrappedDataByYear
impl HasField<mostReadAuthors> for WrappedDataByYear
Source§impl HasField<mostReadTopics> for WrappedDataByYear
impl HasField<mostReadTopics> for WrappedDataByYear
Source§impl HasField<personality> for WrappedDataByYear
impl HasField<personality> for WrappedDataByYear
Source§impl HasField<postCount> for WrappedDataByYear
impl HasField<postCount> for WrappedDataByYear
Source§impl HasField<postsReadCount> for WrappedDataByYear
impl HasField<postsReadCount> for WrappedDataByYear
Source§impl HasField<shortformCount> for WrappedDataByYear
impl HasField<shortformCount> for WrappedDataByYear
Source§impl HasField<topComment> for WrappedDataByYear
impl HasField<topComment> for WrappedDataByYear
Source§type Type = Option<TopComment>
type Type = Option<TopComment>
The schema marker type of this field.
Source§impl HasField<topPosts> for WrappedDataByYear
impl HasField<topPosts> for WrappedDataByYear
Source§impl HasField<topShortform> for WrappedDataByYear
impl HasField<topShortform> for WrappedDataByYear
Source§impl HasField<totalSeconds> for WrappedDataByYear
impl HasField<totalSeconds> for WrappedDataByYear
Auto Trait Implementations§
impl Freeze for WrappedDataByYear
impl RefUnwindSafe for WrappedDataByYear
impl Send for WrappedDataByYear
impl Sync for WrappedDataByYear
impl Unpin for WrappedDataByYear
impl UnwindSafe for WrappedDataByYear
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