Struct Post

Source
pub struct Post;

Trait Implementations§

Source§

impl HasField<__typename> for Post

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<_id> for Post

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<activateRSVPs> for Post

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<af> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<afBaseScore> for Post

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<afCommentCount> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<afDate> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<afExtendedScore> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<afLastCommentedAt> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<afSticky> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<afVoteCount> for Post

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<agentFoundationsId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<annualReviewMarketIsResolved> for Post

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<annualReviewMarketProbability> for Post

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<annualReviewMarketUrl> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<annualReviewMarketYear> for Post

Source§

type Type = Option<i32>

The schema marker type of this field.
Source§

impl HasField<author> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<authorIsUnreviewed> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<autoFrontpage> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<bannedUserIds> for Post

Source§

type Type = Option<Vec<String>>

The schema marker type of this field.
Source§

impl HasField<baseScore> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<bestAnswer> for Post

Source§

type Type = Option<Comment>

The schema marker type of this field.
Source§

impl HasField<canonicalBook> for Post

Source§

type Type = Option<Book>

The schema marker type of this field.
Source§

impl HasField<canonicalBookId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<canonicalCollection> for Post

Source§

type Type = Option<Collection>

The schema marker type of this field.
Source§

impl HasField<canonicalCollectionSlug> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<canonicalNextPostSlug> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<canonicalPrevPostSlug> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<canonicalSequence> for Post

Source§

type Type = Option<Sequence>

The schema marker type of this field.
Source§

impl HasField<canonicalSequenceId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<canonicalSource> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<clickCount> for Post

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<coauthorStatuses> for Post

Source§

type Type = Option<Vec<JSON>>

The schema marker type of this field.
Source§

impl HasField<coauthors> for Post

Source§

type Type = Option<Vec<User>>

The schema marker type of this field.
Source§

impl HasField<collabEditorDialogue> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<collectionTitle> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<commentCount> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<commentEmojiReactors> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<commentSortOrder> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<commentsLocked> for Post

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<commentsLockedToAccountsCreatedAfter> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<contactInfo> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<contents> for Post

Source§

type Type = Option<Revision>

The schema marker type of this field.
Source§

impl HasField<contents_latest> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<createdAt> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<curatedDate> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<curationNotices> for Post

Source§

type Type = Option<Vec<Option<CurationNotice>>>

The schema marker type of this field.
Source§

impl HasField<currentUserExtendedVote> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<currentUserReviewVote> for Post

Source§

type Type = Option<ReviewVote>

The schema marker type of this field.
Source§

impl HasField<currentUserVote> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<customHighlight> for Post

Source§

type Type = Option<Revision>

The schema marker type of this field.
Source§

impl HasField<customHighlight_latest> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<debate> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<defaultRecommendation> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<deletedDraft> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<dialogTooltipPreview> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<dialogueMessageContents> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<disableRecommendation> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<disableSidenotes> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<domain> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<draft> for Post

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<emailShareUrl> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<emojiReactors> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<endTime> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<eventImageId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<eventRegistrationLink> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<eventType> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<extendedScore> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<facebookLink> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<facebookShareUrl> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<feed> for Post

Source§

type Type = Option<RSSFeed>

The schema marker type of this field.
Source§

impl HasField<feedId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<feedLink> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<finalReviewVoteScoreAF> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<finalReviewVoteScoreAllKarma> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<finalReviewVoteScoreHighKarma> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<finalReviewVotesAF> for Post

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<finalReviewVotesAllKarma> for Post

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<finalReviewVotesHighKarma> for Post

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<firstVideoAttribsForPreview> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<fmCrosspost> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<forceAllowType3Audio> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<frontpageDate> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<generateDraftJargon> for Post

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<globalEvent> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<glossary> for Post

Source§

type Type = Vec<JargonTerm>

The schema marker type of this field.
Source§

impl HasField<googleLocation> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<group> for Post

Source§

type Type = Option<Localgroup>

The schema marker type of this field.
Source§

impl HasField<groupId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<hasCoauthorPermission> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<hiddenRelatedQuestion> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<hideAuthor> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<hideCommentKarma> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<hideFromPopularComments> for Post

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<hideFromRecentDiscussions> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<hideFrontpageComments> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<htmlBody> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<ignoreRateLimits> for Post

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<isEvent> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<isFuture> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<isRead> for Post

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<joinEventLink> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<languageModelSummary> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<lastCommentPromotedAt> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<lastCommentedAt> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<lastPromotedComment> for Post

Source§

type Type = Option<Comment>

The schema marker type of this field.
Source§

impl HasField<lastVisitedAt> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<legacy> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<legacyData> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<legacyId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<legacySpam> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<linkSharingKey> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<linkSharingKeyUsedBy> for Post

Source§

type Type = Option<Vec<String>>

The schema marker type of this field.
Source§

impl HasField<linkUrl> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<localEndTime> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<localStartTime> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<location> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<manifoldReviewMarketId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<maxBaseScore> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<meetupLink> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<meta> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<metaDate> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<metaSticky> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<moderationGuidelines> for Post

Source§

type Type = Option<Revision>

The schema marker type of this field.
Source§

impl HasField<moderationGuidelines_latest> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<moderationStyle> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<modifiedAt> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<mongoLocation> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<mostRecentPublishedDialogueResponseDate> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<myEditorAccess> for Post

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<nextDayReminderSent> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<nextPost> for Post

Source§

type Type = Option<Post>

The schema marker type of this field.
Source§

impl HasField<noIndex> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<nominationCount2018> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<nominationCount2019> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<onlineEvent> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<onlyVisibleToEstablishedAccounts> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<onlyVisibleToLoggedIn> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<organizerIds> for Post

Source§

type Type = Option<Vec<String>>

The schema marker type of this field.
Source§

impl HasField<organizers> for Post

Source§

type Type = Option<Vec<User>>

The schema marker type of this field.
Source§

impl HasField<originalPostRelationSourceId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<pageUrl> for Post

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<pageUrlRelative> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<pingbacks> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<podcastEpisode> for Post

Source§

type Type = Option<PodcastEpisode>

The schema marker type of this field.
Source§

impl HasField<podcastEpisodeId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<positiveReviewVoteCount> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<postCategory> for Post

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<postedAt> for Post

Source§

type Type = Date

The schema marker type of this field.
Source§

impl HasField<postedAtFormatted> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<prevPost> for Post

Source§

type Type = Option<Post>

The schema marker type of this field.
Source§

impl HasField<question> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<readTimeMinutes> for Post

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<readTimeMinutesOverride> for Post

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<recentComments> for Post

Source§

type Type = Option<Vec<Option<Comment>>>

The schema marker type of this field.
Source§

impl HasField<referrer> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<rejected> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<rejectedByUser> for Post

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<rejectedByUserId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<rejectedReason> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<reviewCount> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<reviewCount2018> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<reviewCount2019> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<reviewForAlignmentUserId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<reviewForCuratedUserId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<reviewVoteCount> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<reviewVoteScoreAF> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<reviewVoteScoreAllKarma> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<reviewVoteScoreHighKarma> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<reviewVotesAF> for Post

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<reviewVotesAllKarma> for Post

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<reviewVotesHighKarma> for Post

Source§

type Type = Vec<f64>

The schema marker type of this field.
Source§

impl HasField<reviewWinner> for Post

Source§

type Type = Option<ReviewWinner>

The schema marker type of this field.
Source§

impl HasField<reviewedByUser> for Post

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<reviewedByUserId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<reviews> for Post

Source§

type Type = Option<Vec<Option<Comment>>>

The schema marker type of this field.
Source§

impl HasField<revisions> for Post

Source§

type Type = Option<Vec<Option<Revision>>>

The schema marker type of this field.
Source§

impl HasField<rsvpCounts> for Post

Source§

type Type = JSON

The schema marker type of this field.
Source§

impl HasField<rsvps> for Post

Source§

type Type = Option<Vec<JSON>>

The schema marker type of this field.
Source§

impl HasField<schemaVersion> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<score> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<scoreExceeded125Date> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<scoreExceeded200Date> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<scoreExceeded2Date> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<scoreExceeded30Date> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<scoreExceeded45Date> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<scoreExceeded75Date> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<sequence> for Post

Source§

type Type = Option<Sequence>

The schema marker type of this field.
Source§

impl HasField<shareWithUsers> for Post

Source§

type Type = Option<Vec<String>>

The schema marker type of this field.
Source§

impl HasField<sharingSettings> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<shortform> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<sideCommentVisibility> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<sideComments> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<sideCommentsCache> for Post

Source§

type Type = Option<SideCommentCache>

The schema marker type of this field.
Source§

impl HasField<slug> for Post

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<socialPreview> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<socialPreviewData> for Post

Source§

type Type = Option<SocialPreviewType>

The schema marker type of this field.
Source§

impl HasField<socialPreviewImageAutoUrl> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<socialPreviewImageId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<socialPreviewImageUrl> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<sourcePostRelations> for Post

Source§

type Type = Vec<PostRelation>

The schema marker type of this field.
Source§

impl HasField<spotlight> for Post

Source§

type Type = Option<Spotlight>

The schema marker type of this field.
Source§

impl HasField<startTime> for Post

Source§

type Type = Option<Date>

The schema marker type of this field.
Source§

impl HasField<status> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<sticky> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<stickyPriority> for Post

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<subforumTag> for Post

Source§

type Type = Option<Tag>

The schema marker type of this field.
Source§

impl HasField<subforumTagId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<submitToFrontpage> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<suggestForAlignmentUserIds> for Post

Source§

type Type = Vec<String>

The schema marker type of this field.
Source§

impl HasField<suggestForAlignmentUsers> for Post

Source§

type Type = Vec<User>

The schema marker type of this field.
Source§

impl HasField<suggestForCuratedUserIds> for Post

Source§

type Type = Option<Vec<String>>

The schema marker type of this field.
Source§

impl HasField<suggestForCuratedUsernames> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<swrCachingEnabled> for Post

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<tableOfContents> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<tableOfContentsRevision> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<tagRel> for Post

Source§

type Type = Option<TagRel>

The schema marker type of this field.
Source§

impl HasField<tagRelevance> for Post

Source§

type Type = Option<JSON>

The schema marker type of this field.
Source§

impl HasField<tags> for Post

Source§

type Type = Option<Vec<Option<Tag>>>

The schema marker type of this field.
Source§

impl HasField<targetPostRelations> for Post

Source§

type Type = Vec<PostRelation>

The schema marker type of this field.
Source§

impl HasField<title> for Post

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<topLevelCommentCount> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<totalDialogueResponseCount> for Post

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<twitterShareUrl> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<types> for Post

Source§

type Type = Option<Vec<String>>

The schema marker type of this field.
Source§

impl HasField<unlisted> for Post

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<unreadDebateResponseCount> for Post

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<url> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<user> for Post

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<userAgent> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<userIP> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<userId> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<usersSharedWith> for Post

Source§

type Type = Option<Vec<User>>

The schema marker type of this field.
Source§

impl HasField<version> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<viewCount> for Post

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<voteCount> for Post

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<votingSystem> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<wasEverUndrafted> for Post

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<website> for Post

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<wordCount> for Post

Source§

type Type = Option<i32>

The schema marker type of this field.
Source§

impl NamedType for Post

Source§

const NAME: &'static str = "Post"

The name of this type

Auto Trait Implementations§

§

impl Freeze for Post

§

impl RefUnwindSafe for Post

§

impl Send for Post

§

impl Sync for Post

§

impl Unpin for Post

§

impl UnwindSafe for Post

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> ErasedDestructor for T
where T: 'static,

Source§

impl<T> IsFieldType<T> for T

Source§

impl<T> MaybeSendSync for T