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