Struct gitlab_api::issues::group::Listing
[−]
[src]
pub struct Listing { /* fields omitted */ }
Methods
impl Listing
[src]
fn new(id: i64) -> Listing
fn state(&mut self, state: ListingState) -> &mut Listing
fn labels(&mut self, labels: Vec<String>) -> &mut Listing
fn milestone(&mut self, milestone: String) -> &mut Listing
fn order_by(&mut self, order_by: ListingOrderBy) -> &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