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