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