Struct gitlab_api::projects::owned::Listing
[−]
[src]
pub struct Listing { /* fields omitted */ }Methods
impl Listing[src]
fn new() -> Listing
fn archived(&mut self, archived: bool) -> &mut Listing
fn visibility(&mut self, visibility: ListingVisibility) -> &mut Listing
fn order_by(&mut self, order_by: ListingOrderBy) -> &mut Listing
fn search(&mut self, search: String) -> &mut Listing
Trait Implementations
impl Default for Listing[src]
impl Debug for Listing[src]
impl Clone for Listing[src]
fn clone(&self) -> Listing
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