pub struct WebhookIssueCommentCreatedIssueAllOfReactions {
pub plus_1: Option<i32>,
pub _1: Option<i32>,
pub confused: Option<i32>,
pub eyes: Option<i32>,
pub heart: Option<i32>,
pub hooray: Option<i32>,
pub laugh: Option<i32>,
pub rocket: Option<i32>,
pub total_count: Option<i32>,
pub url: Option<String>,
}
Fields§
§plus_1: Option<i32>
§_1: Option<i32>
§confused: Option<i32>
§eyes: Option<i32>
§heart: Option<i32>
§hooray: Option<i32>
§laugh: Option<i32>
§rocket: Option<i32>
§total_count: Option<i32>
§url: Option<String>
Implementations§
Trait Implementations§
Source§impl Clone for WebhookIssueCommentCreatedIssueAllOfReactions
impl Clone for WebhookIssueCommentCreatedIssueAllOfReactions
Source§fn clone(&self) -> WebhookIssueCommentCreatedIssueAllOfReactions
fn clone(&self) -> WebhookIssueCommentCreatedIssueAllOfReactions
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 WebhookIssueCommentCreatedIssueAllOfReactions
impl Default for WebhookIssueCommentCreatedIssueAllOfReactions
Source§fn default() -> WebhookIssueCommentCreatedIssueAllOfReactions
fn default() -> WebhookIssueCommentCreatedIssueAllOfReactions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookIssueCommentCreatedIssueAllOfReactions
impl<'de> Deserialize<'de> for WebhookIssueCommentCreatedIssueAllOfReactions
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 WebhookIssueCommentCreatedIssueAllOfReactions
impl PartialEq for WebhookIssueCommentCreatedIssueAllOfReactions
Source§fn eq(&self, other: &WebhookIssueCommentCreatedIssueAllOfReactions) -> bool
fn eq(&self, other: &WebhookIssueCommentCreatedIssueAllOfReactions) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WebhookIssueCommentCreatedIssueAllOfReactions
Auto Trait Implementations§
impl Freeze for WebhookIssueCommentCreatedIssueAllOfReactions
impl RefUnwindSafe for WebhookIssueCommentCreatedIssueAllOfReactions
impl Send for WebhookIssueCommentCreatedIssueAllOfReactions
impl Sync for WebhookIssueCommentCreatedIssueAllOfReactions
impl Unpin for WebhookIssueCommentCreatedIssueAllOfReactions
impl UnwindSafe for WebhookIssueCommentCreatedIssueAllOfReactions
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