pub enum 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 UnsafeUnpin 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