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