pub struct PullRequestReviewDismissedReview { /* private fields */ }
Implementations§
Source§impl PullRequestReviewDismissedReview
impl PullRequestReviewDismissedReview
pub fn body<T>(self, value: T) -> Self
pub fn commit_id<T>(self, value: T) -> Self
pub fn html_url<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn links<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
pub fn pull_request_url<T>(self, value: T) -> Self
pub fn state<T>(self, value: T) -> Self
pub fn submitted_at<T>(self, value: T) -> Self
pub fn user<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PullRequestReviewDismissedReview
impl Clone for PullRequestReviewDismissedReview
Source§fn clone(&self) -> PullRequestReviewDismissedReview
fn clone(&self) -> PullRequestReviewDismissedReview
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 From<PullRequestReviewDismissedReview> for PullRequestReviewDismissedReview
impl From<PullRequestReviewDismissedReview> for PullRequestReviewDismissedReview
Source§fn from(value: PullRequestReviewDismissedReview) -> Self
fn from(value: PullRequestReviewDismissedReview) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PullRequestReviewDismissedReview
impl RefUnwindSafe for PullRequestReviewDismissedReview
impl Send for PullRequestReviewDismissedReview
impl Sync for PullRequestReviewDismissedReview
impl Unpin for PullRequestReviewDismissedReview
impl UnwindSafe for PullRequestReviewDismissedReview
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