#[repr(u32)]pub enum RegexScope {
Name = 0,
Path = 1,
}Expand description
Which haystack a whole-query regex runs against
(FmfQueryOptions.regex_mode bit1; ADR-0023).
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RegexScope
impl Clone for RegexScope
Source§fn clone(&self) -> RegexScope
fn clone(&self) -> RegexScope
Returns a duplicate 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 RegexScope
impl Debug for RegexScope
Source§impl Default for RegexScope
impl Default for RegexScope
Source§fn default() -> RegexScope
fn default() -> RegexScope
Returns the “default value” for a type. Read more
Source§impl PartialEq for RegexScope
impl PartialEq for RegexScope
impl Copy for RegexScope
impl Eq for RegexScope
impl StructuralPartialEq for RegexScope
Auto Trait Implementations§
impl Freeze for RegexScope
impl RefUnwindSafe for RegexScope
impl Send for RegexScope
impl Sync for RegexScope
impl Unpin for RegexScope
impl UnsafeUnpin for RegexScope
impl UnwindSafe for RegexScope
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