Struct xmpp_parsers::extdisco::ServicesQuery
source · pub struct ServicesQuery {
pub type_: Option<Type>,
}
Expand description
Structure representing a <services xmlns='urn:xmpp:extdisco:2'/>
element.
Fields§
§type_: Option<Type>
The type of service to filter for.
Trait Implementations§
source§impl AsXml for ServicesQuery
impl AsXml for ServicesQuery
source§type ItemIter<'xso_proc_as_xml_iter_lifetime> = ServicesQueryAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = ServicesQueryAsXmlIterator<'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 ServicesQuery
impl Clone for ServicesQuery
source§fn clone(&self) -> ServicesQuery
fn clone(&self) -> ServicesQuery
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 ServicesQuery
impl Debug for ServicesQuery
source§impl From<ServicesQuery> for Element
impl From<ServicesQuery> for Element
source§fn from(other: ServicesQuery) -> Self
fn from(other: ServicesQuery) -> Self
Converts to this type from the input type.
source§impl FromXml for ServicesQuery
impl FromXml for ServicesQuery
source§impl PartialEq for ServicesQuery
impl PartialEq for ServicesQuery
source§impl TryFrom<Element> for ServicesQuery
impl TryFrom<Element> for ServicesQuery
impl IqGetPayload for ServicesQuery
impl StructuralPartialEq for ServicesQuery
Auto Trait Implementations§
impl Freeze for ServicesQuery
impl RefUnwindSafe for ServicesQuery
impl Send for ServicesQuery
impl Sync for ServicesQuery
impl Unpin for ServicesQuery
impl UnwindSafe for ServicesQuery
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)