pub struct FromEventsViaElement<T> { /* private fields */ }
Available on crate feature
minidom
only.Expand description
Helper struct to streamingly parse a struct which implements conversion
from [minidom::Element
].
Implementations§
Trait Implementations§
Source§impl<E, T: TryFrom<Element, Error = E>> FromEventsBuilder for FromEventsViaElement<T>
impl<E, T: TryFrom<Element, Error = E>> FromEventsBuilder for FromEventsViaElement<T>
Auto Trait Implementations§
impl<T> Freeze for FromEventsViaElement<T>
impl<T> RefUnwindSafe for FromEventsViaElement<T>where
T: RefUnwindSafe,
impl<T> Send for FromEventsViaElement<T>where
T: Send,
impl<T> Sync for FromEventsViaElement<T>where
T: Sync,
impl<T> Unpin for FromEventsViaElement<T>where
T: Unpin,
impl<T> UnwindSafe for FromEventsViaElement<T>where
T: UnwindSafe,
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