Struct github_rs::github::Core
[−]
[src]
pub struct Core { pub limit: u64, pub remaining: u64, pub reset: u64, }
Fields
limit: u64
remaining: u64
reset: u64
Trait Implementations
impl Copy for Core
[src]
impl Clone for Core
[src]
fn clone(&self) -> Core
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 Core
[src]
fn eq(&self, __arg_0: &Core) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Core) -> bool
This method tests for !=
.