Struct hubcaps::review_comments::ReviewComments[][src]

pub struct ReviewComments<C> where
    C: Clone + Connect
{ /* fields omitted */ }

A structure for interfacing with a issue comments

Methods

impl<C: Clone + Connect> ReviewComments<C>
[src]

list pull requests

Auto Trait Implementations

impl<C> !Send for ReviewComments<C>

impl<C> !Sync for ReviewComments<C>