Struct github_rs::github::Plan [] [src]

pub struct Plan {
    pub name: String,
    pub space: u64,
    pub collaborators: u64,
    pub private_repos: u64,
}

Fields

Trait Implementations

impl Debug for Plan
[src]

Formats the value using the given formatter.

impl PartialEq for Plan
[src]

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

This method tests for !=.