Enum gitlab_api::issues::ListingState
[−]
[src]
pub enum ListingState {
Opened,
Closed,
}Variants
OpenedClosedTrait Implementations
impl Debug for ListingState[src]
impl Copy for ListingState[src]
impl Clone for ListingState[src]
fn clone(&self) -> ListingState
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