Struct hubcaps::keys::KeyOptions[][src]

pub struct KeyOptions {
    pub title: String,
    pub key: String,
    pub read_only: bool,
}

Fields

Trait Implementations

impl Debug for KeyOptions
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for KeyOptions

impl Sync for KeyOptions