Struct github_api::types::Verification[][src]

pub struct Verification {
    pub verified: bool,
    pub reason: String,
    pub signature: Option<String>,
    pub payload: Option<String>,
}

Fields

Trait Implementations

impl Debug for Verification
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations