pub struct EcmaRegexValidator { /* private fields */ }
Implementations§
Source§impl EcmaRegexValidator
impl EcmaRegexValidator
pub fn new(ecma_version: EcmaVersion) -> Self
Trait Implementations§
Source§impl Debug for EcmaRegexValidator
impl Debug for EcmaRegexValidator
Source§impl DerefMut for EcmaRegexValidator
impl DerefMut for EcmaRegexValidator
Auto Trait Implementations§
impl Freeze for EcmaRegexValidator
impl RefUnwindSafe for EcmaRegexValidator
impl Send for EcmaRegexValidator
impl Sync for EcmaRegexValidator
impl Unpin for EcmaRegexValidator
impl UnwindSafe for EcmaRegexValidator
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