#[repr(C)]pub struct ParseXML;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseXML
impl RefUnwindSafe for ParseXML
impl Send for ParseXML
impl Sync for ParseXML
impl Unpin for ParseXML
impl UnwindSafe for ParseXML
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