Struct xso::minidom_compat::ElementFromEvents
source · pub struct ElementFromEvents { /* private fields */ }
Available on crate feature
minidom
only.Expand description
Construct a minidom::Element
from rxml::Event
s
This can be constructed from the
FromXml::from_events
implementation on minidom::Element
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElementFromEvents
impl RefUnwindSafe for ElementFromEvents
impl Send for ElementFromEvents
impl Sync for ElementFromEvents
impl Unpin for ElementFromEvents
impl UnwindSafe for ElementFromEvents
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