pub struct IssueCommentReactionNotificationWebhookPayload;Trait Implementations§
Source§impl HasField<actor> for IssueCommentReactionNotificationWebhookPayload
impl HasField<actor> for IssueCommentReactionNotificationWebhookPayload
Source§type Type = Option<UserChildWebhookPayload>
type Type = Option<UserChildWebhookPayload>
The schema marker type of this field.
Source§impl HasField<comment> for IssueCommentReactionNotificationWebhookPayload
impl HasField<comment> for IssueCommentReactionNotificationWebhookPayload
Source§type Type = CommentChildWebhookPayload
type Type = CommentChildWebhookPayload
The schema marker type of this field.
Source§impl HasField<issue> for IssueCommentReactionNotificationWebhookPayload
impl HasField<issue> for IssueCommentReactionNotificationWebhookPayload
Source§type Type = IssueWithDescriptionChildWebhookPayload
type Type = IssueWithDescriptionChildWebhookPayload
The schema marker type of this field.
Source§impl HasField<parentComment> for IssueCommentReactionNotificationWebhookPayload
impl HasField<parentComment> for IssueCommentReactionNotificationWebhookPayload
Source§type Type = Option<CommentChildWebhookPayload>
type Type = Option<CommentChildWebhookPayload>
The schema marker type of this field.
Source§impl HasField<type> for IssueCommentReactionNotificationWebhookPayload
impl HasField<type> for IssueCommentReactionNotificationWebhookPayload
Source§type Type = IssueCommentReactionNotificationType
type Type = IssueCommentReactionNotificationType
The schema marker type of this field.
impl HasSubtype<IssueCommentReactionNotificationWebhookPayload> for NotificationWebhookPayload
Auto Trait Implementations§
impl Freeze for IssueCommentReactionNotificationWebhookPayload
impl RefUnwindSafe for IssueCommentReactionNotificationWebhookPayload
impl Send for IssueCommentReactionNotificationWebhookPayload
impl Sync for IssueCommentReactionNotificationWebhookPayload
impl Unpin for IssueCommentReactionNotificationWebhookPayload
impl UnwindSafe for IssueCommentReactionNotificationWebhookPayload
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