pub struct OtherNotificationWebhookPayload;Trait Implementations§
Source§impl HasField<actor> for OtherNotificationWebhookPayload
impl HasField<actor> for OtherNotificationWebhookPayload
Source§type Type = Option<UserChildWebhookPayload>
type Type = Option<UserChildWebhookPayload>
The schema marker type of this field.
Source§impl HasField<comment> for OtherNotificationWebhookPayload
impl HasField<comment> for OtherNotificationWebhookPayload
Source§type Type = Option<CommentChildWebhookPayload>
type Type = Option<CommentChildWebhookPayload>
The schema marker type of this field.
Source§impl HasField<document> for OtherNotificationWebhookPayload
impl HasField<document> for OtherNotificationWebhookPayload
Source§type Type = Option<DocumentChildWebhookPayload>
type Type = Option<DocumentChildWebhookPayload>
The schema marker type of this field.
Source§impl HasField<id> for OtherNotificationWebhookPayload
impl HasField<id> for OtherNotificationWebhookPayload
Source§impl HasField<issue> for OtherNotificationWebhookPayload
impl HasField<issue> for OtherNotificationWebhookPayload
Source§type Type = Option<IssueWithDescriptionChildWebhookPayload>
type Type = Option<IssueWithDescriptionChildWebhookPayload>
The schema marker type of this field.
Source§impl HasField<parentComment> for OtherNotificationWebhookPayload
impl HasField<parentComment> for OtherNotificationWebhookPayload
Source§type Type = Option<CommentChildWebhookPayload>
type Type = Option<CommentChildWebhookPayload>
The schema marker type of this field.
Source§impl HasField<project> for OtherNotificationWebhookPayload
impl HasField<project> for OtherNotificationWebhookPayload
Source§type Type = Option<ProjectChildWebhookPayload>
type Type = Option<ProjectChildWebhookPayload>
The schema marker type of this field.
Source§impl HasField<projectUpdate> for OtherNotificationWebhookPayload
impl HasField<projectUpdate> for OtherNotificationWebhookPayload
Source§type Type = Option<ProjectUpdateChildWebhookPayload>
type Type = Option<ProjectUpdateChildWebhookPayload>
The schema marker type of this field.
Source§impl HasField<type> for OtherNotificationWebhookPayload
impl HasField<type> for OtherNotificationWebhookPayload
Source§type Type = OtherNotificationType
type Type = OtherNotificationType
The schema marker type of this field.
impl HasSubtype<OtherNotificationWebhookPayload> for NotificationWebhookPayload
Auto Trait Implementations§
impl Freeze for OtherNotificationWebhookPayload
impl RefUnwindSafe for OtherNotificationWebhookPayload
impl Send for OtherNotificationWebhookPayload
impl Sync for OtherNotificationWebhookPayload
impl Unpin for OtherNotificationWebhookPayload
impl UnwindSafe for OtherNotificationWebhookPayload
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