pub struct issue;Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for issue
impl RefUnwindSafe for issue
impl Send for issue
impl Sync for issue
impl Unpin for issue
impl UnwindSafe for issue
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