pub struct comment;Trait Implementations§
Source§impl HasField<comment> for IssueNewCommentNotificationWebhookPayload
impl HasField<comment> for IssueNewCommentNotificationWebhookPayload
Source§type Type = CommentChildWebhookPayload
type Type = CommentChildWebhookPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for comment
impl RefUnwindSafe for comment
impl Send for comment
impl Sync for comment
impl Unpin for comment
impl UnwindSafe for comment
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