Enum gitlab::api::issues::IssueState [−][src]
pub enum IssueState {
Opened,
Closed,
}
Expand description
Filters for issue states.
Variants
Opened
Filter issues that are open.
Closed
Filter issues that are closed.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IssueState
impl Send for IssueState
impl Sync for IssueState
impl Unpin for IssueState
impl UnwindSafe for IssueState
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more