Struct octorust::types::ReviewRequestedIssueEvent [−][src]
pub struct ReviewRequestedIssueEvent {
pub actor: User,
pub commit_id: String,
pub commit_url: String,
pub created_at: String,
pub event: String,
pub id: i64,
pub node_id: String,
pub performed_via_github_app: Integration,
pub requested_reviewer: Option<User>,
pub requested_team: Option<Team>,
pub review_requester: User,
pub url: String,
}Expand description
Review Requested Issue Event
Fields
actor: UserSimple User
commit_id: Stringcommit_url: Stringcreated_at: Stringevent: Stringid: i64node_id: Stringperformed_via_github_app: IntegrationGitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.
requested_reviewer: Option<User>Review Requested Issue Event
requested_team: Option<Team>Review Requested Issue Event
review_requester: UserSimple User
url: StringTrait 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 ReviewRequestedIssueEventimpl Send for ReviewRequestedIssueEventimpl Sync for ReviewRequestedIssueEventimpl Unpin for ReviewRequestedIssueEventimpl UnwindSafe for ReviewRequestedIssueEventBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more