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