Struct github_rs::github::Plan
[−]
[src]
pub struct Plan { pub name: String, pub space: u64, pub collaborators: u64, pub private_repos: u64, }
Fields
name: String
space: u64
collaborators: u64
private_repos: u64
Trait Implementations
impl PartialEq for Plan
[src]
fn eq(&self, __arg_0: &Plan) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Plan) -> bool
This method tests for !=
.