Enum gitlab::api::projects::issues::IssueWeight [−][src]
pub enum IssueWeight {
Any,
None,
Weight(u64),
}Expand description
Filter issues by weight.
Variants
Filter issues with any weight.
Filter issues with no weight assigned.
Weight(u64)Filter issues with a specific weight.
Tuple Fields of Weight
0: u64Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for IssueWeight
impl Send for IssueWeight
impl Sync for IssueWeight
impl Unpin for IssueWeight
impl UnwindSafe for IssueWeight
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
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