Struct xmpp_parsers::pubsub::owner::Subscriptions
source · pub struct Subscriptions {
pub node: NodeName,
pub subscriptions: Vec<SubscriptionElem>,
}
Expand description
A request for current subscriptions.
Fields§
§node: NodeName
The node to query.
subscriptions: Vec<SubscriptionElem>
The list of subscription elements returned.
Trait Implementations§
source§impl Clone for Subscriptions
impl Clone for Subscriptions
source§fn clone(&self) -> Subscriptions
fn clone(&self) -> Subscriptions
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 Subscriptions
impl Debug for Subscriptions
source§impl From<Subscriptions> for Element
impl From<Subscriptions> for Element
source§fn from(elem: Subscriptions) -> Element
fn from(elem: Subscriptions) -> Element
Converts to this type from the input type.
source§impl FromXml for Subscriptions
impl FromXml for Subscriptions
§type Builder = FromEventsViaElement<Subscriptions>
type Builder = FromEventsViaElement<Subscriptions>
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 Subscriptions
impl IntoXml for Subscriptions
§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 Subscriptions
impl PartialEq for Subscriptions
source§fn eq(&self, other: &Subscriptions) -> bool
fn eq(&self, other: &Subscriptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for Subscriptions
impl TryFrom<Element> for Subscriptions
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
source§fn try_from(elem: Element) -> Result<Subscriptions, FromElementError>
fn try_from(elem: Element) -> Result<Subscriptions, FromElementError>
Performs the conversion.
impl StructuralPartialEq for Subscriptions
Auto Trait Implementations§
impl Freeze for Subscriptions
impl RefUnwindSafe for Subscriptions
impl Send for Subscriptions
impl Sync for Subscriptions
impl Unpin for Subscriptions
impl UnwindSafe for Subscriptions
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
)