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