Enum Type Copy item path Source pub enum Type {
None,
Error,
Probe,
Subscribe,
Subscribed,
Unavailable,
Unsubscribe,
Unsubscribed,
}
Expand description Accepted values for the ‘type’ attribute of a presence.
This value is not an acceptable ‘type’ attribute, it is only used
internally to signal the absence of ‘type’.
An error has occurred regarding processing of a previously sent
presence stanza; if the presence stanza is of type “error”, it MUST
include an <error/> child element (refer to
XMPP‑CORE ).
A request for an entity’s current presence; SHOULD be generated only by
a server on behalf of a user.
The sender wishes to subscribe to the recipient’s presence.
The sender has allowed the recipient to receive their presence.
The sender is no longer available for communication.
The sender is unsubscribing from the receiver’s presence.
The subscription request has been denied or a previously granted
subscription has been canceled.
Convert the value to an XML string in a context where an absent value
can be represented.
Performs copy-assignment from
source
.
Read more Formats the value using the given formatter.
Read more Returns the “default value” for a type.
Read more Convert the given XML text to a value.
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.
Immutably borrows from an owned value.
Read more Mutably borrows from an owned value.
Read more 🔬 This is a nightly-only experimental API. (clone_to_uninit
)
Performs copy-assignment from
self
to
dst
.
Read more Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From <T> for U
chooses to do.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
Read more Uses borrowed data to replace owned data, usually by cloning.
Read more The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.