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