pub type SecretScanningAlertLocationEvent<'a> = SecretScanningAlertLocationCreatedEvent<'a>;

Aliased Type§

struct SecretScanningAlertLocationEvent<'a> {
    pub alert: SecretScanningAlert<'a>,
    pub location: SecretScanningLocationDistinctUnion<'a>,
    pub repository: Repository<'a>,
    pub sender: User<'a>,
    pub organization: Option<Organization<'a>>,
    pub installation: Option<InstallationLite<'a>>,
}

Fields§

§alert: SecretScanningAlert<'a>§location: SecretScanningLocationDistinctUnion<'a>§repository: Repository<'a>§sender: User<'a>§organization: Option<Organization<'a>>§installation: Option<InstallationLite<'a>>

Trait Implementations

source§

impl<'a> Debug for SecretScanningAlertLocationCreatedEvent<'a>

source§

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

Formats the value using the given formatter. Read more
source§

impl<'de: 'a, 'a> Deserialize<'de> for SecretScanningAlertLocationCreatedEvent<'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