pub struct XmlRegexp { /* private fields */ }Expand description
Auto Trait Implementations§
impl !Send for XmlRegexp
impl !Sync for XmlRegexp
impl Freeze for XmlRegexp
impl RefUnwindSafe for XmlRegexp
impl Unpin for XmlRegexp
impl UnsafeUnpin for XmlRegexp
impl UnwindSafe for XmlRegexp
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