pub enum RegexExtKind {
Repeat0,
Repeat1,
Optional,
}Variants§
Trait Implementations§
Source§impl Clone for RegexExtKind
impl Clone for RegexExtKind
Source§fn clone(&self) -> RegexExtKind
fn clone(&self) -> RegexExtKind
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 RegexExtKind
impl Debug for RegexExtKind
Auto Trait Implementations§
impl Freeze for RegexExtKind
impl RefUnwindSafe for RegexExtKind
impl Send for RegexExtKind
impl Sync for RegexExtKind
impl Unpin for RegexExtKind
impl UnwindSafe for RegexExtKind
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