Enum xmpp_parsers::pubsub::Subscription
source · pub enum Subscription {
None,
Pending,
Subscribed,
Unconfigured,
}
Expand description
The state of a subscription to a node.
Variants§
None
The user is not subscribed to this node.
Pending
The user’s subscription to this node is still pending.
Subscribed
The user is subscribed to this node.
Unconfigured
The user’s subscription to this node will only be valid once configured.
Trait Implementations§
source§impl AsXmlText for Subscription
impl AsXmlText for Subscription
source§impl Clone for Subscription
impl Clone for Subscription
source§fn clone(&self) -> Subscription
fn clone(&self) -> Subscription
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 Subscription
impl Debug for Subscription
source§impl Default for Subscription
impl Default for Subscription
source§fn default() -> Subscription
fn default() -> Subscription
Returns the “default value” for a type. Read more
source§impl FromStr for Subscription
impl FromStr for Subscription
source§impl FromXmlText for Subscription
impl FromXmlText for Subscription
source§fn from_xml_text(s: String) -> Result<Subscription, Error>
fn from_xml_text(s: String) -> Result<Subscription, Error>
Convert the given XML text to a value.
source§impl IntoAttributeValue for Subscription
impl IntoAttributeValue for Subscription
source§fn into_attribute_value(self) -> Option<String>
fn into_attribute_value(self) -> Option<String>
Turns this into an attribute string, or None if it shouldn’t be added.
source§impl PartialEq for Subscription
impl PartialEq for Subscription
source§fn eq(&self, other: &Subscription) -> bool
fn eq(&self, other: &Subscription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Subscription
Auto Trait Implementations§
impl Freeze for Subscription
impl RefUnwindSafe for Subscription
impl Send for Subscription
impl Sync for Subscription
impl Unpin for Subscription
impl UnwindSafe for Subscription
Blanket Implementations§
§impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
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
)