pub struct LeftFromXmlBuilder(/* private fields */);
Expand description
Build a Left
from XML events.
This type is generated using the xso::FromXml
derive macro and implements xso::FromEventsBuilder
for Left
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LeftFromXmlBuilder
impl RefUnwindSafe for LeftFromXmlBuilder
impl Send for LeftFromXmlBuilder
impl Sync for LeftFromXmlBuilder
impl Unpin for LeftFromXmlBuilder
impl UnwindSafe for LeftFromXmlBuilder
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