pub enum MatchString {
Match(Regex),
String(String),
}
Variants§
Auto Trait Implementations§
impl !Freeze for MatchString
impl !RefUnwindSafe for MatchString
impl Send for MatchString
impl Sync for MatchString
impl Unpin for MatchString
impl UnwindSafe for MatchString
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