pub struct _xmlSchematronValidCtxt { /* private fields */ }Trait Implementations§
Source§impl Clone for _xmlSchematronValidCtxt
impl Clone for _xmlSchematronValidCtxt
Source§fn clone(&self) -> _xmlSchematronValidCtxt
fn clone(&self) -> _xmlSchematronValidCtxt
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 _xmlSchematronValidCtxt
impl Debug for _xmlSchematronValidCtxt
impl Copy for _xmlSchematronValidCtxt
Auto Trait Implementations§
impl Freeze for _xmlSchematronValidCtxt
impl RefUnwindSafe for _xmlSchematronValidCtxt
impl Send for _xmlSchematronValidCtxt
impl Sync for _xmlSchematronValidCtxt
impl Unpin for _xmlSchematronValidCtxt
impl UnwindSafe for _xmlSchematronValidCtxt
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