pub struct ReviewCommentLinks {
pub param_self: Box<Link>,
pub html: Box<Link>,
pub pull_request: Box<Link>,
}
Fields§
§param_self: Box<Link>
§html: Box<Link>
§pull_request: Box<Link>
Implementations§
Trait Implementations§
Source§impl Clone for ReviewCommentLinks
impl Clone for ReviewCommentLinks
Source§fn clone(&self) -> ReviewCommentLinks
fn clone(&self) -> ReviewCommentLinks
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 ReviewCommentLinks
impl Debug for ReviewCommentLinks
Source§impl Default for ReviewCommentLinks
impl Default for ReviewCommentLinks
Source§fn default() -> ReviewCommentLinks
fn default() -> ReviewCommentLinks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReviewCommentLinks
impl<'de> Deserialize<'de> for ReviewCommentLinks
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 ReviewCommentLinks
impl PartialEq for ReviewCommentLinks
Source§impl Serialize for ReviewCommentLinks
impl Serialize for ReviewCommentLinks
impl StructuralPartialEq for ReviewCommentLinks
Auto Trait Implementations§
impl Freeze for ReviewCommentLinks
impl RefUnwindSafe for ReviewCommentLinks
impl Send for ReviewCommentLinks
impl Sync for ReviewCommentLinks
impl Unpin for ReviewCommentLinks
impl UnwindSafe for ReviewCommentLinks
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