Struct Contents
github_rs::repos::get
pub struct Contents<'g> { /* fields omitted */ }
impl<'g> Contents<'g>
fn path(self, path_str: &str) -> ContentsPath<'g>
impl<'g> From<Repo<'g>> for Contents<'g>
fn from(f: Repo<'g>) -> Self
Performs the conversion.