Enum xmpp_parsers::sm::ResumeAttr
source · pub enum ResumeAttr {
True,
False,
}
Expand description
Whether to allow resumption of a previous stream.
Variants§
True
True value, represented by either ‘true’ or ‘1’.
False
False value, represented by either ‘false’ or ‘0’.
Trait Implementations§
source§impl Clone for ResumeAttr
impl Clone for ResumeAttr
source§fn clone(&self) -> ResumeAttr
fn clone(&self) -> ResumeAttr
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 ResumeAttr
impl Debug for ResumeAttr
source§impl Default for ResumeAttr
impl Default for ResumeAttr
source§fn default() -> ResumeAttr
fn default() -> ResumeAttr
Returns the “default value” for a type. Read more
source§impl FromStr for ResumeAttr
impl FromStr for ResumeAttr
source§impl FromXmlText for ResumeAttr
impl FromXmlText for ResumeAttr
source§fn from_xml_text(s: String) -> Result<ResumeAttr, Error>
fn from_xml_text(s: String) -> Result<ResumeAttr, Error>
Convert the given XML text to a value.
source§impl IntoAttributeValue for ResumeAttr
impl IntoAttributeValue for ResumeAttr
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 IntoXmlText for ResumeAttr
impl IntoXmlText for ResumeAttr
source§impl PartialEq for ResumeAttr
impl PartialEq for ResumeAttr
source§fn eq(&self, other: &ResumeAttr) -> bool
fn eq(&self, other: &ResumeAttr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ResumeAttr
Auto Trait Implementations§
impl Freeze for ResumeAttr
impl RefUnwindSafe for ResumeAttr
impl Send for ResumeAttr
impl Sync for ResumeAttr
impl Unpin for ResumeAttr
impl UnwindSafe for ResumeAttr
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
)