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