Struct gitlab_api::groups::GroupsLister
[−]
[src]
pub struct GroupsLister<'a> { /* fields omitted */ }
Methods
impl<'a> GroupsLister<'a>
[src]
fn new(gl: &'a GitLab) -> GroupsLister
fn details(self, id: ListingId) -> GroupLister<'a>
fn owned(self) -> GroupsLister<'a>
fn projects(self, id: i64) -> ProjectsLister<'a>
fn skip_groups(&'a mut self, skip_groups: Vec<i64>) -> &'a mut GroupsLister
fn all_available(&'a mut self, all_available: bool) -> &'a mut GroupsLister
fn search(&'a mut self, search: String) -> &'a mut GroupsLister
fn order_by(&'a mut self, order_by: ListingOrderBy) -> &'a mut GroupsLister
fn sort(&'a mut self, sort: ListingSort) -> &'a mut GroupsLister
fn list(&self) -> Groups
Commit the lister: Query GitLab and return a list of groups.
Trait Implementations
impl<'a> Debug for GroupsLister<'a>
[src]
impl<'a> Clone for GroupsLister<'a>
[src]
fn clone(&self) -> GroupsLister<'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