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