pub struct issue;Trait Implementations§
Source§impl HasField<issue> for CommentWebhookPayload
impl HasField<issue> for CommentWebhookPayload
Source§type Type = Option<IssueChildWebhookPayload>
type Type = Option<IssueChildWebhookPayload>
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