Struct github_rest::model::pull_requests::nested::Links
source · pub struct Links {
pub comments: HRef,
pub commits: HRef,
pub statuses: HRef,
pub html: HRef,
pub issue: HRef,
pub review_comments: HRef,
pub review_comment: HRef,
pub self_field: HRef,
}
Fields§
§comments: HRef
§commits: HRef
§statuses: HRef
§html: HRef
§issue: HRef
§review_comments: HRef
§review_comment: HRef
§self_field: HRef
Trait Implementations§
source§impl<'de> Deserialize<'de> for Links
impl<'de> Deserialize<'de> for Links
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<Links> for Links
impl PartialEq<Links> for Links
impl StructuralPartialEq for Links
Auto Trait Implementations§
impl RefUnwindSafe for Links
impl Send for Links
impl Sync for Links
impl Unpin for Links
impl UnwindSafe for Links
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