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