pub enum EngineChoice {
Auto,
Vm,
}Expand description
Engine selection for regex compilation.
Variants§
Trait Implementations§
Source§impl Clone for EngineChoice
impl Clone for EngineChoice
Source§fn clone(&self) -> EngineChoice
fn clone(&self) -> EngineChoice
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 EngineChoice
impl Debug for EngineChoice
Source§impl Default for EngineChoice
impl Default for EngineChoice
Source§fn default() -> EngineChoice
fn default() -> EngineChoice
Returns the “default value” for a type. Read more
Source§impl PartialEq for EngineChoice
impl PartialEq for EngineChoice
impl Copy for EngineChoice
impl Eq for EngineChoice
impl StructuralPartialEq for EngineChoice
Auto Trait Implementations§
impl Freeze for EngineChoice
impl RefUnwindSafe for EngineChoice
impl Send for EngineChoice
impl Sync for EngineChoice
impl Unpin for EngineChoice
impl UnwindSafe for EngineChoice
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