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