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