pub struct _xmlRegExecCtxt { /* private fields */ }Trait Implementations§
Source§impl Clone for _xmlRegExecCtxt
impl Clone for _xmlRegExecCtxt
Source§fn clone(&self) -> _xmlRegExecCtxt
fn clone(&self) -> _xmlRegExecCtxt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _xmlRegExecCtxt
impl Debug for _xmlRegExecCtxt
impl Copy for _xmlRegExecCtxt
Auto Trait Implementations§
impl Freeze for _xmlRegExecCtxt
impl RefUnwindSafe for _xmlRegExecCtxt
impl Send for _xmlRegExecCtxt
impl Sync for _xmlRegExecCtxt
impl Unpin for _xmlRegExecCtxt
impl UnwindSafe for _xmlRegExecCtxt
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