Struct xmpp_parsers::extdisco::ServicesResult
source · pub struct ServicesResult {
pub type_: Option<Type>,
pub services: Vec<Service>,
}
Expand description
Structure representing a <services xmlns='urn:xmpp:extdisco:2'/>
element.
Fields§
§type_: Option<Type>
The service type which was requested.
services: Vec<Service>
List of services.
Trait Implementations§
source§impl AsXml for ServicesResult
impl AsXml for ServicesResult
source§type ItemIter<'xso_proc_as_xml_iter_lifetime> = ServicesResultAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = ServicesResultAsXmlIterator<'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 ServicesResult
impl Clone for ServicesResult
source§fn clone(&self) -> ServicesResult
fn clone(&self) -> ServicesResult
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 ServicesResult
impl Debug for ServicesResult
source§impl From<ServicesResult> for Element
impl From<ServicesResult> for Element
source§fn from(other: ServicesResult) -> Self
fn from(other: ServicesResult) -> Self
Converts to this type from the input type.
source§impl FromXml for ServicesResult
impl FromXml for ServicesResult
source§impl PartialEq for ServicesResult
impl PartialEq for ServicesResult
source§impl TryFrom<Element> for ServicesResult
impl TryFrom<Element> for ServicesResult
impl IqResultPayload for ServicesResult
impl IqSetPayload for ServicesResult
impl StructuralPartialEq for ServicesResult
Auto Trait Implementations§
impl Freeze for ServicesResult
impl RefUnwindSafe for ServicesResult
impl Send for ServicesResult
impl Sync for ServicesResult
impl Unpin for ServicesResult
impl UnwindSafe for ServicesResult
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
)