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