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