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