Struct hubcaps::rep::Permissions [] [src]

pub struct Permissions {
    pub admin: bool,
    pub push: bool,
    pub pull: bool,
}

Fields

Trait Implementations

impl Debug for Permissions
[src]

Formats the value using the given formatter.