pub struct PullRequestReviewCommentCreatedPullRequestLinks { /* private fields */ }
Implementations§
Source§impl PullRequestReviewCommentCreatedPullRequestLinks
impl PullRequestReviewCommentCreatedPullRequestLinks
pub fn comments<T>(self, value: T) -> Self
pub fn commits<T>(self, value: T) -> Self
pub fn html<T>(self, value: T) -> Self
pub fn issue<T>(self, value: T) -> Self
pub fn review_comment<T>(self, value: T) -> Self
pub fn review_comments<T>(self, value: T) -> Self
pub fn self_<T>(self, value: T) -> Self
pub fn statuses<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for PullRequestReviewCommentCreatedPullRequestLinks
impl Clone for PullRequestReviewCommentCreatedPullRequestLinks
Source§fn clone(&self) -> PullRequestReviewCommentCreatedPullRequestLinks
fn clone(&self) -> PullRequestReviewCommentCreatedPullRequestLinks
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<PullRequestReviewCommentCreatedPullRequestLinks> for PullRequestReviewCommentCreatedPullRequestLinks
impl From<PullRequestReviewCommentCreatedPullRequestLinks> for PullRequestReviewCommentCreatedPullRequestLinks
Source§fn from(value: PullRequestReviewCommentCreatedPullRequestLinks) -> Self
fn from(value: PullRequestReviewCommentCreatedPullRequestLinks) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PullRequestReviewCommentCreatedPullRequestLinks
impl RefUnwindSafe for PullRequestReviewCommentCreatedPullRequestLinks
impl Send for PullRequestReviewCommentCreatedPullRequestLinks
impl Sync for PullRequestReviewCommentCreatedPullRequestLinks
impl Unpin for PullRequestReviewCommentCreatedPullRequestLinks
impl UnwindSafe for PullRequestReviewCommentCreatedPullRequestLinks
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