pub struct WebhookDeployKeyDeleted {
pub action: Action,
pub enterprise: Option<Box<EnterpriseWebhooks>>,
pub installation: Option<Box<SimpleInstallation>>,
pub key: Box<WebhooksDeployKey>,
pub organization: Option<Box<OrganizationSimpleWebhooks>>,
pub repository: Box<RepositoryWebhooks>,
pub sender: Box<SimpleUserWebhooks>,
}
Fields§
§action: Action
§enterprise: Option<Box<EnterpriseWebhooks>>
§installation: Option<Box<SimpleInstallation>>
§key: Box<WebhooksDeployKey>
§organization: Option<Box<OrganizationSimpleWebhooks>>
§repository: Box<RepositoryWebhooks>
§sender: Box<SimpleUserWebhooks>
Implementations§
Source§impl WebhookDeployKeyDeleted
impl WebhookDeployKeyDeleted
pub fn new( action: Action, key: WebhooksDeployKey, repository: RepositoryWebhooks, sender: SimpleUserWebhooks, ) -> WebhookDeployKeyDeleted
Trait Implementations§
Source§impl Clone for WebhookDeployKeyDeleted
impl Clone for WebhookDeployKeyDeleted
Source§fn clone(&self) -> WebhookDeployKeyDeleted
fn clone(&self) -> WebhookDeployKeyDeleted
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 WebhookDeployKeyDeleted
impl Debug for WebhookDeployKeyDeleted
Source§impl Default for WebhookDeployKeyDeleted
impl Default for WebhookDeployKeyDeleted
Source§fn default() -> WebhookDeployKeyDeleted
fn default() -> WebhookDeployKeyDeleted
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookDeployKeyDeleted
impl<'de> Deserialize<'de> for WebhookDeployKeyDeleted
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 WebhookDeployKeyDeleted
impl PartialEq for WebhookDeployKeyDeleted
Source§impl Serialize for WebhookDeployKeyDeleted
impl Serialize for WebhookDeployKeyDeleted
impl StructuralPartialEq for WebhookDeployKeyDeleted
Auto Trait Implementations§
impl Freeze for WebhookDeployKeyDeleted
impl RefUnwindSafe for WebhookDeployKeyDeleted
impl Send for WebhookDeployKeyDeleted
impl Sync for WebhookDeployKeyDeleted
impl Unpin for WebhookDeployKeyDeleted
impl UnwindSafe for WebhookDeployKeyDeleted
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