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