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