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