pub struct PullRequestSimpleLinks {
pub comments: Box<Link>,
pub commits: Box<Link>,
pub statuses: Box<Link>,
pub html: Box<Link>,
pub issue: Box<Link>,
pub review_comments: Box<Link>,
pub review_comment: Box<Link>,
pub param_self: Box<Link>,
}
Fields§
§comments: Box<Link>
§commits: Box<Link>
§statuses: Box<Link>
§html: Box<Link>
§issue: Box<Link>
§review_comments: Box<Link>
§review_comment: Box<Link>
§param_self: Box<Link>
Implementations§
Trait Implementations§
Source§impl Clone for PullRequestSimpleLinks
impl Clone for PullRequestSimpleLinks
Source§fn clone(&self) -> PullRequestSimpleLinks
fn clone(&self) -> PullRequestSimpleLinks
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 PullRequestSimpleLinks
impl Debug for PullRequestSimpleLinks
Source§impl Default for PullRequestSimpleLinks
impl Default for PullRequestSimpleLinks
Source§fn default() -> PullRequestSimpleLinks
fn default() -> PullRequestSimpleLinks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PullRequestSimpleLinks
impl<'de> Deserialize<'de> for PullRequestSimpleLinks
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PullRequestSimpleLinks
impl PartialEq for PullRequestSimpleLinks
Source§impl Serialize for PullRequestSimpleLinks
impl Serialize for PullRequestSimpleLinks
impl StructuralPartialEq for PullRequestSimpleLinks
Auto Trait Implementations§
impl Freeze for PullRequestSimpleLinks
impl RefUnwindSafe for PullRequestSimpleLinks
impl Send for PullRequestSimpleLinks
impl Sync for PullRequestSimpleLinks
impl Unpin for PullRequestSimpleLinks
impl UnwindSafe for PullRequestSimpleLinks
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