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