pub struct AllOfwebhookIssuesClosedIssue {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 itself.
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>§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 AllOfwebhookIssuesClosedIssue
impl Clone for AllOfwebhookIssuesClosedIssue
Source§fn clone(&self) -> AllOfwebhookIssuesClosedIssue
fn clone(&self) -> AllOfwebhookIssuesClosedIssue
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 AllOfwebhookIssuesClosedIssue
impl Default for AllOfwebhookIssuesClosedIssue
Source§fn default() -> AllOfwebhookIssuesClosedIssue
fn default() -> AllOfwebhookIssuesClosedIssue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AllOfwebhookIssuesClosedIssue
impl<'de> Deserialize<'de> for AllOfwebhookIssuesClosedIssue
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 AllOfwebhookIssuesClosedIssue
impl PartialEq for AllOfwebhookIssuesClosedIssue
Source§fn eq(&self, other: &AllOfwebhookIssuesClosedIssue) -> bool
fn eq(&self, other: &AllOfwebhookIssuesClosedIssue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AllOfwebhookIssuesClosedIssue
Auto Trait Implementations§
impl Freeze for AllOfwebhookIssuesClosedIssue
impl RefUnwindSafe for AllOfwebhookIssuesClosedIssue
impl Send for AllOfwebhookIssuesClosedIssue
impl Sync for AllOfwebhookIssuesClosedIssue
impl Unpin for AllOfwebhookIssuesClosedIssue
impl UnwindSafe for AllOfwebhookIssuesClosedIssue
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