Struct hubcaps::keys::Key [] [src]

pub struct Key {
    pub id: u64,
    pub key: String,
    pub title: String,
    pub verified: bool,
    pub created_at: String,
    pub read_only: bool,
}

Fields

Trait Implementations

impl Debug for Key
[src]

Formats the value using the given formatter.