pub struct WebhookGithubAppAuthorizationRevoked {
pub action: Action,
pub sender: Box<SimpleUserWebhooks>,
}
Fields§
§action: Action
§sender: Box<SimpleUserWebhooks>
Implementations§
Source§impl WebhookGithubAppAuthorizationRevoked
impl WebhookGithubAppAuthorizationRevoked
pub fn new( action: Action, sender: SimpleUserWebhooks, ) -> WebhookGithubAppAuthorizationRevoked
Trait Implementations§
Source§impl Clone for WebhookGithubAppAuthorizationRevoked
impl Clone for WebhookGithubAppAuthorizationRevoked
Source§fn clone(&self) -> WebhookGithubAppAuthorizationRevoked
fn clone(&self) -> WebhookGithubAppAuthorizationRevoked
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 Default for WebhookGithubAppAuthorizationRevoked
impl Default for WebhookGithubAppAuthorizationRevoked
Source§fn default() -> WebhookGithubAppAuthorizationRevoked
fn default() -> WebhookGithubAppAuthorizationRevoked
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhookGithubAppAuthorizationRevoked
impl<'de> Deserialize<'de> for WebhookGithubAppAuthorizationRevoked
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 WebhookGithubAppAuthorizationRevoked
impl PartialEq for WebhookGithubAppAuthorizationRevoked
Source§fn eq(&self, other: &WebhookGithubAppAuthorizationRevoked) -> bool
fn eq(&self, other: &WebhookGithubAppAuthorizationRevoked) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WebhookGithubAppAuthorizationRevoked
Auto Trait Implementations§
impl Freeze for WebhookGithubAppAuthorizationRevoked
impl RefUnwindSafe for WebhookGithubAppAuthorizationRevoked
impl Send for WebhookGithubAppAuthorizationRevoked
impl Sync for WebhookGithubAppAuthorizationRevoked
impl Unpin for WebhookGithubAppAuthorizationRevoked
impl UnwindSafe for WebhookGithubAppAuthorizationRevoked
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