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
sourceimpl Clone for StringFieldFilter
impl Clone for StringFieldFilter
sourcefn clone(&self) -> StringFieldFilter
fn clone(&self) -> StringFieldFilter
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StringFieldFilter
impl Debug for StringFieldFilter
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more