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