Struct Statuses
github_rs::repos::post
pub struct Statuses<'g> { /* fields omitted */ }
impl<'g> Statuses<'g>
fn sha(self, sha_str: &str) -> Sha<'g>
impl<'g> From<Repo<'g>> for Statuses<'g>
fn from(f: Repo<'g>) -> Self
Performs the conversion.