Enum xmpp_parsers::extdisco::Type
source · pub enum Type {
Stun,
Turn,
}
Expand description
The service type as registered with the XMPP Registrar.
Variants§
Stun
A server that provides Session Traversal Utilities for NAT (STUN).
Turn
A server that provides Traversal Using Relays around NAT (TURN).
Trait Implementations§
source§impl FromXmlText for Type
impl FromXmlText for Type
source§impl IntoAttributeValue for Type
impl IntoAttributeValue for Type
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 Type
impl IntoXmlText for Type
source§fn into_xml_text(self) -> String
fn into_xml_text(self) -> String
Consume the value and return it as XML string.
source§impl PartialEq for Type
impl PartialEq for Type
impl StructuralPartialEq for Type
Auto Trait Implementations§
impl Freeze for Type
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnwindSafe for Type
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> FromOptionalXmlText for Twhere
T: FromXmlText,
impl<T> FromOptionalXmlText for Twhere
T: FromXmlText,
source§impl<T> IntoOptionalXmlText for Twhere
T: IntoXmlText,
impl<T> IntoOptionalXmlText for Twhere
T: IntoXmlText,
source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
source§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString
. Read more