Struct github_rs::github::Rate [] [src]

pub struct Rate {
    pub limit: u64,
    pub remaining: u64,
    pub reset: u64,
}

Fields

limit: u64 remaining: u64 reset: u64

Trait Implementations

impl Copy for Rate
[src]

impl Clone for Rate
[src]

fn clone(&self) -> Rate

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl PartialEq for Rate
[src]

fn eq(&self, __arg_0: &Rate) -> bool

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

fn ne(&self, __arg_0: &Rate) -> bool

This method tests for !=.

impl Debug for Rate
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.