Struct xmpp_parsers::version::VersionQuery
source · pub struct VersionQuery;
Expand description
Represents a query for the software version a remote entity is using.
It should only be used in an <iq type='get'/>
, as it can only
represent the request, and not a result.
Trait Implementations§
source§impl AsXml for VersionQuery
impl AsXml for VersionQuery
§type ItemIter<'xso_proc_as_xml_iter_lifetime> = VersionQueryAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = VersionQueryAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
The iterator type. Read more
source§fn as_xml_iter(&self) -> Result<Self::ItemIter<'_>, Error>
fn as_xml_iter(&self) -> Result<Self::ItemIter<'_>, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable [
Item
] items.source§impl Clone for VersionQuery
impl Clone for VersionQuery
source§fn clone(&self) -> VersionQuery
fn clone(&self) -> VersionQuery
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for VersionQuery
impl Debug for VersionQuery
source§impl From<VersionQuery> for Element
impl From<VersionQuery> for Element
source§fn from(other: VersionQuery) -> Self
fn from(other: VersionQuery) -> Self
Converts to this type from the input type.
source§impl FromXml for VersionQuery
impl FromXml for VersionQuery
source§impl PartialEq for VersionQuery
impl PartialEq for VersionQuery
source§fn eq(&self, other: &VersionQuery) -> bool
fn eq(&self, other: &VersionQuery) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for VersionQuery
impl TryFrom<Element> for VersionQuery
impl IqGetPayload for VersionQuery
impl StructuralPartialEq for VersionQuery
Auto Trait Implementations§
impl Freeze for VersionQuery
impl RefUnwindSafe for VersionQuery
impl Send for VersionQuery
impl Sync for VersionQuery
impl Unpin for VersionQuery
impl UnwindSafe for VersionQuery
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)