Enum gitlab::api::projects::issues::IssueScope [−][src]
pub enum IssueScope { CreatedByMe, AssignedToMe, All, }
Expand description
Filter issues by a scope.
Variants
Filter issues created by the API caller.
Filter issues assigned to the API caller.
Return all issues.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IssueScope
impl Send for IssueScope
impl Sync for IssueScope
impl Unpin for IssueScope
impl UnwindSafe for IssueScope
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more