Struct hubcaps::labels::Labels[][src]

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

Methods

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

provides a stream over all pages of this repo's labels

Auto Trait Implementations

impl<C> !Send for Labels<C>

impl<C> !Sync for Labels<C>