pub enum RegexMode {
Find,
FindAll,
Substitute,
}Variants§
Implementations§
Trait Implementations§
impl Copy for RegexMode
impl StructuralPartialEq for RegexMode
Auto Trait Implementations§
impl Freeze for RegexMode
impl RefUnwindSafe for RegexMode
impl Send for RegexMode
impl Sync for RegexMode
impl Unpin for RegexMode
impl UnwindSafe for RegexMode
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