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