Struct gitlab_api::merge_requests::Listing
[−]
[src]
pub struct Listing { /* fields omitted */ }
Methods
impl Listing
[src]
fn new(id: i64) -> Listing
fn iid(&mut self, iid: Vec<i64>) -> &mut Listing
fn state(&mut self, state: MergeRequestState) -> &mut Listing
fn order_by(&mut self, order_by: ListingOrderBy) -> &mut Listing
Trait Implementations
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