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