Struct github_rs::users::get::Following [] [src]

pub struct Following<'g> { /* fields omitted */ }

Methods

impl<'g> Following<'g>
[src]

[src]

Trait Implementations

impl<'g> From<User<'g>> for Following<'g>
[src]

[src]

Performs the conversion.

impl<'g> From<UserUsername<'g>> for Following<'g>
[src]

[src]

Performs the conversion.

impl<'g> From<UsersUsername<'g>> for Following<'g>
[src]

[src]

Performs the conversion.

impl<'a> Executor for Following<'a>
[src]

[src]

Execute the query by sending the built up request to GitHub. The value returned is either an error or the Status Code and Json after it has been deserialized. Please take a look at the GitHub documenation to see what value you should receive back for good or bad requests.