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