Enum gitlab::api::projects::issues::IssueSearchScope [−][src]
pub enum IssueSearchScope {
Title,
Description,
}Expand description
The scope to apply search query terms to.
Variants
Search within titles.
Search within descriptions.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IssueSearchScope
impl Send for IssueSearchScope
impl Sync for IssueSearchScope
impl Unpin for IssueSearchScope
impl UnwindSafe for IssueSearchScope
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