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