Struct xmpp_parsers::version::VersionQueryFromEvents
source · pub struct VersionQueryFromEvents(/* private fields */);
Expand description
Build a VersionQuery
from XML events
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VersionQueryFromEvents
impl RefUnwindSafe for VersionQueryFromEvents
impl Send for VersionQueryFromEvents
impl Sync for VersionQueryFromEvents
impl Unpin for VersionQueryFromEvents
impl UnwindSafe for VersionQueryFromEvents
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