Struct github_rs::github::SSHKey [] [src]

pub struct SSHKey {
    pub id: u64,
    pub key: String,
    pub url: Option<String>,
    pub title: Option<String>,
    pub verified: Option<bool>,
    pub created_at: Option<String>,
    pub read_only: Option<bool>,
}

Fields

Trait Implementations

impl Debug for SSHKey
[src]

Formats the value using the given formatter.

impl PartialEq for SSHKey
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.