pub type GithubAppAuthorizationEvent<'a> = GithubAppAuthorizationRevokedEvent<'a>;

Aliased Type§

struct GithubAppAuthorizationEvent<'a> {
    pub sender: User<'a>,
}

Fields§

§sender: User<'a>

Trait Implementations

source§

impl<'de: 'a, 'a> Deserialize<'de> for GithubAppAuthorizationRevokedEvent<'a>

source§

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<'a> Debug for GithubAppAuthorizationRevokedEvent<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more