pub struct AllOfwebhookIssueCommentDeletedIssue {Show 27 fields
pub active_lock_reason: Option<String>,
pub assignee: Option<HashMap<String, Value>>,
pub assignees: Option<Vec<Value>>,
pub author_association: Option<String>,
pub body: Option<String>,
pub closed_at: Option<String>,
pub comments: Option<i64>,
pub comments_url: Option<String>,
pub created_at: Option<String>,
pub events_url: Option<String>,
pub html_url: Option<String>,
pub id: Option<i64>,
pub labels: Option<Vec<Value>>,
pub labels_url: Option<String>,
pub locked: Option<bool>,
pub milestone: Option<HashMap<String, Value>>,
pub node_id: Option<String>,
pub number: Option<i64>,
pub performed_via_github_app: Option<HashMap<String, Value>>,
pub reactions: Option<HashMap<String, Value>>,
pub repository_url: Option<String>,
pub state: Option<String>,
pub timeline_url: Option<String>,
pub title: Option<String>,
pub updated_at: Option<String>,
pub url: Option<String>,
pub user: Option<HashMap<String, Value>>,
}Expand description
The issue the comment belongs to.
Fields§
§active_lock_reason: Option<String>§assignee: Option<HashMap<String, Value>>§assignees: Option<Vec<Value>>§body: Option<String>§closed_at: Option<String>§comments: Option<i64>§comments_url: Option<String>§created_at: Option<String>§events_url: Option<String>§html_url: Option<String>§id: Option<i64>§labels: Option<Vec<Value>>§labels_url: Option<String>§locked: Option<bool>§milestone: Option<HashMap<String, Value>>§node_id: Option<String>§number: Option<i64>§performed_via_github_app: Option<HashMap<String, Value>>§reactions: Option<HashMap<String, Value>>§repository_url: Option<String>§state: Option<String>State of the issue; either ‘open’ or ‘closed’
timeline_url: Option<String>§title: Option<String>§updated_at: Option<String>§url: Option<String>§user: Option<HashMap<String, Value>>Trait Implementations§
Source§impl Clone for AllOfwebhookIssueCommentDeletedIssue
impl Clone for AllOfwebhookIssueCommentDeletedIssue
Source§fn clone(&self) -> AllOfwebhookIssueCommentDeletedIssue
fn clone(&self) -> AllOfwebhookIssueCommentDeletedIssue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AllOfwebhookIssueCommentDeletedIssue
impl Default for AllOfwebhookIssueCommentDeletedIssue
Source§fn default() -> AllOfwebhookIssueCommentDeletedIssue
fn default() -> AllOfwebhookIssueCommentDeletedIssue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AllOfwebhookIssueCommentDeletedIssue
impl<'de> Deserialize<'de> for AllOfwebhookIssueCommentDeletedIssue
Source§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
Source§impl PartialEq for AllOfwebhookIssueCommentDeletedIssue
impl PartialEq for AllOfwebhookIssueCommentDeletedIssue
Source§fn eq(&self, other: &AllOfwebhookIssueCommentDeletedIssue) -> bool
fn eq(&self, other: &AllOfwebhookIssueCommentDeletedIssue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AllOfwebhookIssueCommentDeletedIssue
Auto Trait Implementations§
impl Freeze for AllOfwebhookIssueCommentDeletedIssue
impl RefUnwindSafe for AllOfwebhookIssueCommentDeletedIssue
impl Send for AllOfwebhookIssueCommentDeletedIssue
impl Sync for AllOfwebhookIssueCommentDeletedIssue
impl Unpin for AllOfwebhookIssueCommentDeletedIssue
impl UnwindSafe for AllOfwebhookIssueCommentDeletedIssue
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