pub struct PullRequestReviewCommentEditedEventPullRequestHead<'a> {
pub label: &'a str,
pub ref_: &'a str,
pub sha: &'a str,
pub user: User<'a>,
pub repo: Repository<'a>,
}
Fields§
§label: &'a str
§ref_: &'a str
§sha: &'a str
§user: User<'a>
§repo: Repository<'a>
Trait Implementations§
source§impl<'a> Debug for PullRequestReviewCommentEditedEventPullRequestHead<'a>
impl<'a> Debug for PullRequestReviewCommentEditedEventPullRequestHead<'a>
source§impl<'de: 'a, 'a> Deserialize<'de> for PullRequestReviewCommentEditedEventPullRequestHead<'a>
impl<'de: 'a, 'a> Deserialize<'de> for PullRequestReviewCommentEditedEventPullRequestHead<'a>
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<'a> RefUnwindSafe for PullRequestReviewCommentEditedEventPullRequestHead<'a>
impl<'a> Send for PullRequestReviewCommentEditedEventPullRequestHead<'a>
impl<'a> Sync for PullRequestReviewCommentEditedEventPullRequestHead<'a>
impl<'a> Unpin for PullRequestReviewCommentEditedEventPullRequestHead<'a>
impl<'a> UnwindSafe for PullRequestReviewCommentEditedEventPullRequestHead<'a>
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