Enum gitlab::api::projects::merge_trains::MergeTrainsScope
source · #[non_exhaustive]pub enum MergeTrainsScope {
Active,
Complete,
}Expand description
Filter merge train entries by a scope.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
source§impl Clone for MergeTrainsScope
impl Clone for MergeTrainsScope
source§fn clone(&self) -> MergeTrainsScope
fn clone(&self) -> MergeTrainsScope
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MergeTrainsScope
impl Debug for MergeTrainsScope
source§impl ParamValue<'static> for MergeTrainsScope
impl ParamValue<'static> for MergeTrainsScope
source§impl PartialEq for MergeTrainsScope
impl PartialEq for MergeTrainsScope
source§fn eq(&self, other: &MergeTrainsScope) -> bool
fn eq(&self, other: &MergeTrainsScope) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for MergeTrainsScope
impl Eq for MergeTrainsScope
impl StructuralPartialEq for MergeTrainsScope
Auto Trait Implementations§
impl RefUnwindSafe for MergeTrainsScope
impl Send for MergeTrainsScope
impl Sync for MergeTrainsScope
impl Unpin for MergeTrainsScope
impl UnwindSafe for MergeTrainsScope
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.