#[repr(C)]pub struct _xmlSchemaValidCtxt { /* private fields */ }Trait Implementations§
Source§impl Clone for _xmlSchemaValidCtxt
impl Clone for _xmlSchemaValidCtxt
Source§fn clone(&self) -> _xmlSchemaValidCtxt
fn clone(&self) -> _xmlSchemaValidCtxt
Returns a copy 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 _xmlSchemaValidCtxt
impl Debug for _xmlSchemaValidCtxt
impl Copy for _xmlSchemaValidCtxt
Auto Trait Implementations§
impl Freeze for _xmlSchemaValidCtxt
impl RefUnwindSafe for _xmlSchemaValidCtxt
impl Send for _xmlSchemaValidCtxt
impl Sync for _xmlSchemaValidCtxt
impl Unpin for _xmlSchemaValidCtxt
impl UnwindSafe for _xmlSchemaValidCtxt
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