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