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