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