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