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