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
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
§type Builder = VersionQueryFromXmlBuilder
type Builder = VersionQueryFromXmlBuilder
A builder type used to construct the element. Read more
source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
source§impl PartialEq for VersionQuery
impl PartialEq for VersionQuery
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
)