pub struct XmlAutomata { /* private fields */ }Expand description
UPSTREAM-PARITY: Corresponds to _xmlAutomata in libxml2.
Trait Implementations§
impl Send for XmlAutomata
impl Sync for XmlAutomata
Auto Trait Implementations§
impl Freeze for XmlAutomata
impl RefUnwindSafe for XmlAutomata
impl Unpin for XmlAutomata
impl UnsafeUnpin for XmlAutomata
impl UnwindSafe for XmlAutomata
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