Struct gitlab_api::issues::single::IssueLister
[−]
[src]
pub struct IssueLister<'a> { /* fields omitted */ }
Methods
impl<'a> IssueLister<'a>
[src]
fn new(gl: &'a GitLab, id: i64, issue_id: i64) -> IssueLister
fn list(&self) -> Result<Issue>
Commit the lister: Query GitLab and return a list of projects.
Trait Implementations
impl<'a> Debug for IssueLister<'a>
[src]
impl<'a> Clone for IssueLister<'a>
[src]
fn clone(&self) -> IssueLister<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more