Struct github::response::Response
[-] [+]
[src]
pub struct Response {
pub resp: HttpHeaderType,
pub next: Option<Page>,
pub last: Option<Page>,
pub first: Option<Page>,
pub prev: Option<Page>,
pub rate: Rate,
}TODO: implement functionality
Response represents the exposed data given with each
request and populated by the Github v3 API
Fields
Trait Implementations
impl Populatable for Response
fn populate(raw_header: &HttpHeaderType) -> Response
populate a Response<T> object from the HTTP response header
TODO: populate pages properly