pub struct XmlPushParserCtxt { /* private fields */ }Expand description
Push parser context (xmlCreatePushParserCtxt).
Auto Trait Implementations§
impl Freeze for XmlPushParserCtxt
impl RefUnwindSafe for XmlPushParserCtxt
impl Send for XmlPushParserCtxt
impl Sync for XmlPushParserCtxt
impl Unpin for XmlPushParserCtxt
impl UnsafeUnpin for XmlPushParserCtxt
impl UnwindSafe for XmlPushParserCtxt
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