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