pub struct RegexRoot;Expand description
Regex root node. Root node of a regex AST.
Implementations§
Trait Implementations§
impl Eq for RegexRoot
impl StructuralPartialEq for RegexRoot
Auto Trait Implementations§
impl Freeze for RegexRoot
impl RefUnwindSafe for RegexRoot
impl Send for RegexRoot
impl Sync for RegexRoot
impl Unpin for RegexRoot
impl UnsafeUnpin for RegexRoot
impl UnwindSafe for RegexRoot
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