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