Struct octorust::types::TimelineReviewedEvent [−][src]
pub struct TimelineReviewedEvent {Show fields
pub links: TimelineReviewedEventLinks,
pub author_association: AuthorAssociation,
pub body: String,
pub body_html: String,
pub body_text: String,
pub commit_id: String,
pub event: String,
pub html_url: String,
pub id: i64,
pub node_id: String,
pub pull_request_url: String,
pub state: String,
pub submitted_at: Option<DateTime<Utc>>,
pub user: User,
}Expand description
Timeline Reviewed Event
Fields
links: TimelineReviewedEventLinksHow the author is associated with the repository.
body: StringThe text of the review.
body_html: StringTimeline Reviewed Event
body_text: StringTimeline Reviewed Event
commit_id: StringA commit SHA for the review.
event: Stringhtml_url: Stringid: i64Unique identifier of the review
node_id: Stringpull_request_url: Stringstate: Stringsubmitted_at: Option<DateTime<Utc>>Timeline Reviewed Event
user: UserSimple User
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TimelineReviewedEventimpl Send for TimelineReviewedEventimpl Sync for TimelineReviewedEventimpl Unpin for TimelineReviewedEventimpl UnwindSafe for TimelineReviewedEventBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more