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