Enum gitlab_api::ListingSort
[−]
[src]
pub enum ListingSort { Asc, Desc, }
Variants
Asc
Desc
Trait Implementations
impl Copy for ListingSort
[src]
impl Clone for ListingSort
[src]
fn clone(&self) -> ListingSort
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