Enum gitlab::api::projects::merge_requests::MergeRequestScope [−][src]
pub enum MergeRequestScope {
CreatedByMe,
AssignedToMe,
All,
}Expand description
Filter merge requests by a scope.
Variants
Filter merge requests created by the API caller.
Filter merge requests assigned to the API caller.
Return all merge requests.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MergeRequestScope
impl Send for MergeRequestScope
impl Sync for MergeRequestScope
impl Unpin for MergeRequestScope
impl UnwindSafe for MergeRequestScope
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