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