pub struct XmlSchemaPtr(pub xmlSchemaPtr);
Tuple Fields§
§0: xmlSchemaPtr
Trait Implementations§
Source§impl Clone for XmlSchemaPtr
impl Clone for XmlSchemaPtr
Source§fn clone(&self) -> XmlSchemaPtr
fn clone(&self) -> XmlSchemaPtr
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 moreimpl Send for XmlSchemaPtr
impl Sync for XmlSchemaPtr
Auto Trait Implementations§
impl Freeze for XmlSchemaPtr
impl RefUnwindSafe for XmlSchemaPtr
impl Unpin for XmlSchemaPtr
impl UnwindSafe for XmlSchemaPtr
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