pub struct Regex<'tree> {
pub span: Span,
pub flags: Option<RegexFlags<'tree>>,
pub pattern: RegexPattern<'tree>,
}Fields§
§span: Span§flags: Option<RegexFlags<'tree>>§pattern: RegexPattern<'tree>Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for Regex<'tree>
impl<'tree> RefUnwindSafe for Regex<'tree>
impl<'tree> Send for Regex<'tree>
impl<'tree> Sync for Regex<'tree>
impl<'tree> Unpin for Regex<'tree>
impl<'tree> UnsafeUnpin for Regex<'tree>
impl<'tree> UnwindSafe for Regex<'tree>
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