pub struct WebhookPullRequestReviewThreadUnresolvedThread {
pub comments: Vec<PullRequestReviewComment2>,
pub node_id: String,
}
Fields§
§comments: Vec<PullRequestReviewComment2>
§node_id: String
Implementations§
Source§impl WebhookPullRequestReviewThreadUnresolvedThread
impl WebhookPullRequestReviewThreadUnresolvedThread
pub fn new( comments: Vec<PullRequestReviewComment2>, node_id: String, ) -> WebhookPullRequestReviewThreadUnresolvedThread
Trait Implementations§
Source§impl Clone for WebhookPullRequestReviewThreadUnresolvedThread
impl Clone for WebhookPullRequestReviewThreadUnresolvedThread
Source§fn clone(&self) -> WebhookPullRequestReviewThreadUnresolvedThread
fn clone(&self) -> WebhookPullRequestReviewThreadUnresolvedThread
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for WebhookPullRequestReviewThreadUnresolvedThread
impl Default for WebhookPullRequestReviewThreadUnresolvedThread
Source§fn default() -> WebhookPullRequestReviewThreadUnresolvedThread
fn default() -> WebhookPullRequestReviewThreadUnresolvedThread
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookPullRequestReviewThreadUnresolvedThread
impl<'de> Deserialize<'de> for WebhookPullRequestReviewThreadUnresolvedThread
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
Source§impl PartialEq for WebhookPullRequestReviewThreadUnresolvedThread
impl PartialEq for WebhookPullRequestReviewThreadUnresolvedThread
Source§fn eq(&self, other: &WebhookPullRequestReviewThreadUnresolvedThread) -> bool
fn eq(&self, other: &WebhookPullRequestReviewThreadUnresolvedThread) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WebhookPullRequestReviewThreadUnresolvedThread
Auto Trait Implementations§
impl Freeze for WebhookPullRequestReviewThreadUnresolvedThread
impl RefUnwindSafe for WebhookPullRequestReviewThreadUnresolvedThread
impl Send for WebhookPullRequestReviewThreadUnresolvedThread
impl Sync for WebhookPullRequestReviewThreadUnresolvedThread
impl Unpin for WebhookPullRequestReviewThreadUnresolvedThread
impl UnwindSafe for WebhookPullRequestReviewThreadUnresolvedThread
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