pub struct RegExpLiteralData {
pub pattern: String,
pub flags: String,
}Fields§
§pattern: String§flags: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RegExpLiteralData
impl RefUnwindSafe for RegExpLiteralData
impl Send for RegExpLiteralData
impl Sync for RegExpLiteralData
impl Unpin for RegExpLiteralData
impl UnwindSafe for RegExpLiteralData
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