pub struct RegexNode(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsAnyValue for RegexNode
impl AsAnyValue for RegexNode
fn as_any_value(&self) -> AnyValue
Auto Trait Implementations§
impl Freeze for RegexNode
impl !RefUnwindSafe for RegexNode
impl Send for RegexNode
impl Sync for RegexNode
impl Unpin for RegexNode
impl !UnwindSafe for RegexNode
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