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