Struct hubcaps::comments::Comments[][src]

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

A structure for interfacing with a issue comments

Methods

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

add a new comment

list pull requests

Auto Trait Implementations

impl<C> !Send for Comments<C>

impl<C> !Sync for Comments<C>