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>
TODO
services: Vec<Service>
List of services.
Trait Implementations§
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(elem: ServicesResult) -> Element
fn from(elem: ServicesResult) -> Element
Converts to this type from the input type.
source§impl FromXml for ServicesResult
impl FromXml for ServicesResult
§type Builder = FromEventsViaElement<ServicesResult>
type Builder = FromEventsViaElement<ServicesResult>
A builder type used to construct the element. Read more
source§fn from_events(
qname: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( qname: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
source§impl IntoXml for ServicesResult
impl IntoXml for ServicesResult
§type EventIter = IntoEventsViaElement
type EventIter = IntoEventsViaElement
The iterator type. Read more
source§fn into_event_iter(self) -> Result<Self::EventIter, Error>
fn into_event_iter(self) -> Result<Self::EventIter, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable
rxml::Event
items.source§impl PartialEq for ServicesResult
impl PartialEq for ServicesResult
source§fn eq(&self, other: &ServicesResult) -> bool
fn eq(&self, other: &ServicesResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for ServicesResult
impl TryFrom<Element> for ServicesResult
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
source§fn try_from(elem: Element) -> Result<ServicesResult, FromElementError>
fn try_from(elem: Element) -> Result<ServicesResult, FromElementError>
Performs the conversion.
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§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
)