Enum redmine_api::api::issues::StringFieldFilter
source · [−]Expand description
Filter options for subject and description
Variants
ExactMatch(String)
match exactly this value
SubStringMatch(String)
match this substring of the actual value
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StringFieldFilter
impl Send for StringFieldFilter
impl Sync for StringFieldFilter
impl Unpin for StringFieldFilter
impl UnwindSafe for StringFieldFilter
Blanket Implementations
Mutably borrows from an owned value. 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